mirror of
https://github.com/cc65/cc65.git
synced 2024-12-22 12:30:41 +00:00
don't use scrcode for numbers
This commit is contained in:
parent
0bcb615d33
commit
245a69a043
@ -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…
Reference in New Issue
Block a user