mirror of
https://github.com/Pecusx/jataricart.git
synced 2026-05-21 06:39:37 +02:00
8 lines
135 B
Plaintext
8 lines
135 B
Plaintext
.define TITLE dta c'PILOT'
|
|
.define CARTSIZE dta c'>=128'
|
|
.define BANKS 1
|
|
.macro BANKS_FILE
|
|
ins "Atari PILOT.rom",+:1*8192,8192
|
|
.endm
|
|
|