mirror of
https://github.com/Pecusx/jataricart.git
synced 2026-05-20 22:33:22 +02:00
14 lines
272 B
Plaintext
14 lines
272 B
Plaintext
.define TITLE dta c'Mac65 1.02 DDT'
|
|
.define CARTSIZE dta c'>=128'
|
|
.define BANKS 3
|
|
.define BANK_ORDER .byte 0,3,4
|
|
|
|
.define label0 +$0000
|
|
.define label1 +$1000
|
|
.define label2 +$2000
|
|
|
|
.macro BANKS_FILE
|
|
ins "mac65.bin",label:1+$0,$1000
|
|
ins "mac65.bin",+$3000+$0,$1000
|
|
.endm
|