8 lines
175 B
Plaintext
8 lines
175 B
Plaintext
.define TITLE dta c'Scorch'
|
|
.define CARTSIZE dta c'1024'
|
|
.define BANKS 128
|
|
.define TWOCHIPS
|
|
.macro BANKS_FILE
|
|
ins "../OneChip256k_scorch/scorch_XLXE.bin",+:1*8192,8192
|
|
.endm
|