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

14 lines
293 B
ArmAsm
Raw Normal View History

2014-03-01 16:20:09 +00:00
; default cartridge name
;
; Christian Groessler, 01-Mar-2014
.export __CART_NAME__: absolute = 1
2016-03-27 16:29:45 +00:00
.macpack atari
2014-03-01 16:20:09 +00:00
.segment "CARTNAME"
2014-05-28 22:18:22 +00:00
scrcode " cc"
.byte '6' + 32, '5' + 32 ; use playfield 1
scrcode " compiled"