1
0
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:
Christian Groessler 2014-05-29 00:18:22 +02:00
parent 0bcb615d33
commit 245a69a043
2 changed files with 4 additions and 5 deletions

View File

@ -8,4 +8,6 @@
.segment "CARTNAME" .segment "CARTNAME"
scrcode " cc65 compiled" scrcode " cc"
.byte '6' + 32, '5' + 32 ; use playfield 1
scrcode " compiled"

View File

@ -2,11 +2,8 @@
; ;
; Christian Groessler, 01-Mar-2014 ; Christian Groessler, 01-Mar-2014
.include "atari5200.mac"
.export __CART_YEAR__: absolute = 1 .export __CART_YEAR__: absolute = 1
.segment "CARTYEAR" .segment "CARTYEAR"
scrcode "98" .byte '9' + 32,'8' + 32 ; "98", but using playfield 1