1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-07 19:29:18 +00:00
cc65/libsrc/atari5200/cartname.s

12 lines
191 B
ArmAsm
Raw Normal View History

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