sa: try to reboot when done

This commit is contained in:
Vince Weaver 2018-06-04 16:55:28 -04:00
parent 08c92e78dd
commit 0d3f4c2851

View File

@ -32,9 +32,19 @@ no_mockingboard:
jsr still_alive_ed
reset:
lda $AA6A ; current disk slot, dos 3.3
ora #$c0
sta $3F3
lda #0
sta $3F2
jmp ($3F2) ; warm-start?
; want reboot, not BASIC
;==========
; main code
;==========