reset proofing proc moved to cartloader

This commit is contained in:
bocianu
2023-10-13 13:06:22 +02:00
parent 1508ab4b04
commit 5240bcf918
6 changed files with 8 additions and 23 deletions
-15
View File
@@ -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
-1
View File
@@ -2,7 +2,6 @@
icl '../../Atari/lib/ATARISYS.ASM'
icl '../../Atari/lib/MACRO.ASM'
icl '../../Atari/lib/cartloader_vectors.inc'
icl 'cart_reset.asm'
.zpvar dliCounter .byte = $80
.zpvar TetryxColor .byte
Binary file not shown.