1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-04 13:29:35 +00:00
cc65/libsrc/atari5200/cartname.s
2014-03-01 17:20:09 +01:00

12 lines
191 B
ArmAsm

; default cartridge name
;
; Christian Groessler, 01-Mar-2014
.include "atari5200.mac"
.export __CART_NAME__: absolute = 1
.segment "CARTNAME"
scrcode " cc65 compiled"