mirror of
https://github.com/a2-4am/4cade.git
synced 2024-12-01 20:49:56 +00:00
25 lines
511 B
Plaintext
25 lines
511 B
Plaintext
;license:MIT
|
|
;(c) 2020 by qkumba/4am
|
|
;
|
|
; reboot system
|
|
;
|
|
; Public functions
|
|
; - OnQuit
|
|
;
|
|
|
|
;------------------------------------------------------------------------------
|
|
; OnQuit
|
|
; reboot system
|
|
;
|
|
; in: none
|
|
; out: nothing
|
|
;------------------------------------------------------------------------------
|
|
OnQuit
|
|
jsr SwitchToBank2
|
|
jsr EnableAcceleratorAndSwitchToBank1
|
|
PatchQuit
|
|
inc $101 ; bank in ROM
|
|
+LDADDR ROM_REBOOT
|
|
+ST16 $104
|
|
jmp $100
|