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