more fixes

This commit is contained in:
Peter Ferrie 2019-12-10 21:02:34 -08:00
parent 6b797be2e1
commit fb3d7cf7c5
3 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
+ENABLE_ACCEL
lda #$60
sta $3ec9
sta $3f03
sta $3f09
jsr $3e97
+DISABLE_ACCEL
lda #$b1

View File

@ -10,6 +10,6 @@
+ENABLE_ACCEL
lda #$60
sta $8C36
jsr $44E8 ; decompress
jsr $44E5 ; decompress
+DISABLE_ACCEL
jmp $0800