xmas2018: going to have to release

This commit is contained in:
Vince Weaver 2018-12-21 15:59:26 -05:00
parent 751da01f90
commit 3a68e0499b
3 changed files with 8 additions and 1 deletions

View File

@ -48,7 +48,7 @@ merry_begin:
bit KEYRESET ; clear keypress ; 4
sei ; disable interrupts/music
; sei ; disable interrupts/music
rts ; 6

Binary file not shown.

View File

@ -165,6 +165,13 @@ forever:
jsr wait_until_keypress
sei ; disable music interrupt
jsr mockingboard_mute
; wait again before restarting
jsr wait_until_keypress
jmp reload_everything
;==================