more interrupts

This commit is contained in:
4am 2019-10-11 21:18:07 -04:00
parent f7dc31c60a
commit a9e36ae6d9
2 changed files with 2 additions and 1 deletions

View File

@ -40,7 +40,7 @@ FirstMover
;------------------------------------------------------------------------------
Reenter
cld
sei
cli
jsr SwitchToBank2
jsr DisableAccelerator ; back to 1 MHz (especially important on IIgs
; which restores default speed on Ctrl-Reset)

View File

@ -33,3 +33,4 @@
jsr ROM_HOME
bit CLEARKBD
sei