mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-20 22:34:21 +02:00
reset proofing proc moved to cartloader
This commit is contained in:
@@ -1,9 +1,10 @@
|
|||||||
X_LOADER_START = $0700;
|
X_LOADER_START = $0700;
|
||||||
X_BANK = $073D;
|
X_BANK = $074E;
|
||||||
X_SRC = $07B9;
|
X_SRC = $07CA;
|
||||||
X_CLRSTART = $0725;
|
X_CLRSTART = $071D;
|
||||||
X_CLREND = $0730;
|
X_CLREND = $0728;
|
||||||
X_PORTB = $0707;
|
X_PORTB = $0707;
|
||||||
X_EXITBANK = $07A6;
|
X_EXITBANK = $07B7;
|
||||||
X_NMIEN = $07AF;
|
X_NMIEN = $07C0;
|
||||||
X_BOOT_START = $BFD6;
|
X_BOOT_START = $BFED;
|
||||||
|
X_RESET_PROOF = $072C;
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@@ -1,15 +0,0 @@
|
|||||||
|
|
||||||
Bank0 = $D500
|
|
||||||
; ---
|
|
||||||
org $0100
|
|
||||||
reset_proc
|
|
||||||
; set cartridge bank to 0
|
|
||||||
sta Bank0
|
|
||||||
; and reset
|
|
||||||
jmp ($fffc)
|
|
||||||
initialization
|
|
||||||
mwa #reset_proc $0C ; set DOSINI
|
|
||||||
mva #$01 $09
|
|
||||||
rts
|
|
||||||
;
|
|
||||||
ini initialization
|
|
||||||
@@ -2,7 +2,6 @@
|
|||||||
icl '../../Atari/lib/ATARISYS.ASM'
|
icl '../../Atari/lib/ATARISYS.ASM'
|
||||||
icl '../../Atari/lib/MACRO.ASM'
|
icl '../../Atari/lib/MACRO.ASM'
|
||||||
icl '../../Atari/lib/cartloader_vectors.inc'
|
icl '../../Atari/lib/cartloader_vectors.inc'
|
||||||
icl 'cart_reset.asm'
|
|
||||||
|
|
||||||
.zpvar dliCounter .byte = $80
|
.zpvar dliCounter .byte = $80
|
||||||
.zpvar TetryxColor .byte
|
.zpvar TetryxColor .byte
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user