7 lines
134 B
Plaintext
7 lines
134 B
Plaintext
.define TITLE dta c'Scorch'
|
|
.define CARTSIZE dta c'256'
|
|
.define BANKS 24
|
|
.macro BANKS_FILE
|
|
ins "scorch_XLXE.bin",+:1*8192,8192
|
|
.endm
|