mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-26 11:30:12 +00:00
megeademo: more messing with credits
hard to get to fit in one page
This commit is contained in:
parent
be4b1000c6
commit
b79087e6d8
@ -35,6 +35,7 @@
|
||||
31323 -- finish takeoff
|
||||
31607 -- space-bars auto-driving
|
||||
32038 -- align letters, few extra thanks
|
||||
31976 -- no room to thank Talbot Hall
|
||||
|
||||
Further ideas to reduce:
|
||||
+ Optimize all the .align calls
|
||||
|
@ -41,30 +41,17 @@ fw_letters:
|
||||
.byte 22,26, " ",128
|
||||
.byte 22+128,26," ",128
|
||||
|
||||
.byte 22,26, "UTOPIA",128
|
||||
.byte 22+128,26,"UTOPIA",128
|
||||
|
||||
.byte 23,26, "BBS",128
|
||||
.byte 23+128,26,"BBS",198
|
||||
.byte 22,26, "UTOPIA BBS",128
|
||||
.byte 22+128,26,"UTOPIA BBS",198
|
||||
|
||||
.byte 22,26, " ",128
|
||||
.byte 22+128,26," ",128
|
||||
|
||||
.byte 23,26, " ",128
|
||||
.byte 23+128,26," ",128
|
||||
|
||||
.byte 22,26, "TALBOT",128
|
||||
.byte 22+128,26,"TALBOT",128
|
||||
|
||||
.byte 23,26, "0101",128
|
||||
.byte 23+128,26,"0101",198
|
||||
|
||||
.byte 22,26, " ",128
|
||||
.byte 22+128,26," ",128
|
||||
|
||||
.byte 23,26, " ",128
|
||||
.byte 23+128,26," ",128
|
||||
; .byte 22,26, "TALBOT 0101",128
|
||||
; .byte 22+128,26,"TALBOT 0101",198
|
||||
|
||||
; .byte 22,26, " ",128
|
||||
; .byte 22+128,26," ",128
|
||||
|
||||
.byte 22,26,"A VMW",128
|
||||
.byte 22+128,26,"A VMW",128
|
||||
@ -74,6 +61,7 @@ fw_letters:
|
||||
|
||||
.byte 255
|
||||
|
||||
;.align $100
|
||||
|
||||
letters_bm:
|
||||
;.byte 1,12
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user