mirror of
https://github.com/Pecusx/jataricart.git
synced 2026-05-20 22:33:22 +02:00
20 lines
464 B
Plaintext
20 lines
464 B
Plaintext
; Action!3.6: Copyright 1983 by Clinton W Parker.
|
|
; D500 A000 20 6c offset:$0000
|
|
; D503 A000 85 86 offset $1000
|
|
; D504 A000 20 dd offset $2000
|
|
; All: B000 36 01 offset $3000
|
|
;
|
|
.define TITLE dta c'Action36ACS'
|
|
.define CARTSIZE dta c'>=128'
|
|
.define BANKS 3
|
|
.define BANK_ORDER .byte 0,3,9
|
|
|
|
.define label0 +$1000
|
|
.define label1 +$3000
|
|
.define label2 +$2000
|
|
|
|
.macro BANKS_FILE
|
|
ins "ACTION-36-ROM-OSS.rom",label:1,$1000
|
|
ins "ACTION-36-ROM-OSS.rom",+$0000,$1000
|
|
.endm
|