don't use scrcode for numbers
This commit is contained in:
parent
0bcb615d33
commit
245a69a043
2 changed files with 4 additions and 5 deletions
|
@ -8,4 +8,6 @@
|
|||
|
||||
.segment "CARTNAME"
|
||||
|
||||
scrcode " cc65 compiled"
|
||||
scrcode " cc"
|
||||
.byte '6' + 32, '5' + 32 ; use playfield 1
|
||||
scrcode " compiled"
|
||||
|
|
|
@ -2,11 +2,8 @@
|
|||
;
|
||||
; Christian Groessler, 01-Mar-2014
|
||||
|
||||
.include "atari5200.mac"
|
||||
|
||||
.export __CART_YEAR__: absolute = 1
|
||||
|
||||
.segment "CARTYEAR"
|
||||
|
||||
scrcode "98"
|
||||
|
||||
.byte '9' + 32,'8' + 32 ; "98", but using playfield 1
|
||||
|
|
Loading…
Add table
Reference in a new issue