mirror of
https://github.com/Pecusx/jataricart.git
synced 2026-05-20 22:33:22 +02:00
added missing files
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
.define TITLE dta c'Missile Command'
|
||||
.define CARTSIZE dta c'>=128'
|
||||
.define BANKS 1
|
||||
.define BANKS_FILE ins "missile.bin",+:1*8192,8192
|
||||
|
||||
@@ -0,0 +1,40 @@
|
||||
.define TITLE dta c'OSS BasicXL 1.03'
|
||||
.define CARTSIZE dta c'>=128'
|
||||
.define BANKS 0
|
||||
|
||||
.macro CUSTOM_CART_LAYOUT
|
||||
;------------
|
||||
org BankNum
|
||||
dta b(0) ; $d500
|
||||
dta b(1) ; Counter
|
||||
;------------
|
||||
org _SOURCE
|
||||
ins "OSSBasicXL103.rom",+$1000,$1000
|
||||
ins "OSSBasicXL103.rom",+$0000,$1000
|
||||
;------------
|
||||
org $2e2
|
||||
dta a(MAIN_PROCESS)
|
||||
;------------
|
||||
org BankNum
|
||||
dta b(1) ; d501
|
||||
dta b(1) ; Counter
|
||||
;------------
|
||||
org _SOURCE
|
||||
ins "OSSBasicXL103.rom",+$3000,$1000
|
||||
ins "OSSBasicXL103.rom",+$0000,$1000
|
||||
;------------
|
||||
org $2e2
|
||||
dta a(MAIN_PROCESS)
|
||||
;------------
|
||||
org BankNum
|
||||
dta b(9) ; $d509
|
||||
dta b(1) ; Counter
|
||||
;------------
|
||||
org _SOURCE
|
||||
ins "OSSBasicXL103.rom",+$2000,$1000
|
||||
ins "OSSBasicXL103.rom",+$0000,$1000
|
||||
;------------
|
||||
org $2e2
|
||||
dta a(MAIN_PROCESS)
|
||||
;------------
|
||||
.endm
|
||||
Reference in New Issue
Block a user