1
0
mirror of https://github.com/cc65/cc65.git synced 2026-04-19 09:28:25 +00:00

don't use scrcode for numbers

This commit is contained in:
Christian Groessler
2014-05-29 00:18:22 +02:00
parent 0bcb615d33
commit 245a69a043
2 changed files with 4 additions and 5 deletions
+3 -1
View File
@@ -8,4 +8,6 @@
.segment "CARTNAME"
scrcode " cc65 compiled"
scrcode " cc"
.byte '6' + 32, '5' + 32 ; use playfield 1
scrcode " compiled"
+1 -4
View File
@@ -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