mirror of
https://github.com/Pecusx/jataricart.git
synced 2026-05-20 22:33:22 +02:00
8 lines
141 B
Plaintext
8 lines
141 B
Plaintext
.define TITLE dta c'Missile Command'
|
|
.define CARTSIZE dta c'>=128'
|
|
.define BANKS 1
|
|
.macro BANKS_FILE
|
|
ins "missile.bin",+:1*8192,8192
|
|
.endm
|
|
|