mirror of
https://github.com/Pecusx/jataricart.git
synced 2026-05-21 06:39:37 +02:00
14 lines
284 B
Plaintext
14 lines
284 B
Plaintext
.define TITLE dta c'OSS BasicXL 1.03'
|
|
.define CARTSIZE dta c'>=128'
|
|
.define BANKS 3
|
|
.define BANK_ORDER .byte 0,1,9
|
|
|
|
.define label0 +$1000
|
|
.define label1 +$3000
|
|
.define label2 +$2000
|
|
|
|
.macro BANKS_FILE
|
|
ins "OSSBasicXL103.rom",label:1,$1000
|
|
ins "OSSBasicXL103.rom",+$0000,$1000
|
|
.endm
|