mirror of https://github.com/zxdos/zxuno.git
Merge pull request #85 from ivan-tat/master
firmware/scroll: updated credits
This commit is contained in:
commit
85560375b6
|
@ -1,4 +1,4 @@
|
||||||
; scroll.asm - an easteg egg showing the list of people who participated
|
; scroll.asm - an easter egg showing the list of people who participated
|
||||||
; in the crowdfunding of the ZX-Uno project through Verkami:
|
; in the crowdfunding of the ZX-Uno project through Verkami:
|
||||||
; https://www.verkami.com/projects/14074-zx-uno
|
; https://www.verkami.com/projects/14074-zx-uno
|
||||||
;
|
;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
; string.asm
|
; string.asm - the credits for ZX-Uno project.
|
||||||
;
|
;
|
||||||
; SPDX-FileCopyrightText: Copyright (C) 2016, 2017, 2020, 2021 Antonio Villena
|
; SPDX-FileCopyrightText: Copyright (C) 2016, 2017, 2020, 2021 Antonio Villena
|
||||||
;
|
;
|
||||||
|
@ -254,6 +254,13 @@
|
||||||
dz $48, 'Zolt{n B_sz_rm|nyi'
|
dz $48, 'Zolt{n B_sz_rm|nyi'
|
||||||
dz $48, 'Zup'
|
dz $48, 'Zup'
|
||||||
dz $48
|
dz $48
|
||||||
|
dz $47, '???and all involved'
|
||||||
|
dz $47
|
||||||
|
dz $48, 'Sinclair Research Ltd'
|
||||||
|
dz $48, 'LodePNG project'
|
||||||
|
dz $48, 'SJAsmPlus project'
|
||||||
|
dz $48, 'Xilinx Inc?'
|
||||||
|
dz $48
|
||||||
dz $43, 'The ZX>UNO core team are'
|
dz $43, 'The ZX>UNO core team are'
|
||||||
dz $43
|
dz $43
|
||||||
dz $48, 'Superfo'
|
dz $48, 'Superfo'
|
||||||
|
@ -274,7 +281,7 @@
|
||||||
dz $44, 'Easter egg credits'
|
dz $44, 'Easter egg credits'
|
||||||
dz $44
|
dz $44
|
||||||
dz $48, 'Coder: Antonio Villena'
|
dz $48, 'Coder: Antonio Villena'
|
||||||
dz $48, 'Music: Yerzmyey'
|
dz $48, 'Music: Michal B? > Yerzmyey'
|
||||||
dz $48, 'Graphics: Quest'
|
dz $48, 'Graphics: Quest'
|
||||||
dz $48
|
dz $48
|
||||||
dz $48
|
dz $48
|
||||||
|
|
Loading…
Reference in New Issue