mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-21 06:39:40 +02:00
Cartridge reset option
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
|
||||
BankNr = $D500
|
||||
; --- BASIC switch OFF
|
||||
org $0100
|
||||
reset_proc
|
||||
; set cartridge bank to 0
|
||||
mva #$0 BankNr
|
||||
; and reset
|
||||
jmp ($fffd)
|
||||
initialization
|
||||
mwa #reset_proc $0A ; set DOSVEC
|
||||
mva #$01 $09
|
||||
rts
|
||||
;
|
||||
ini initialization
|
||||
Reference in New Issue
Block a user