Files
2023-02-10 00:17:57 +01:00

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