1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 23:29:39 +00:00
cc65/libsrc/atari5200/cartname.s
2016-03-27 18:29:45 +02:00

14 lines
293 B
ArmAsm

; default cartridge name
;
; Christian Groessler, 01-Mar-2014
.export __CART_NAME__: absolute = 1
.macpack atari
.segment "CARTNAME"
scrcode " cc"
.byte '6' + 32, '5' + 32 ; use playfield 1
scrcode " compiled"