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