Skip to content

Commit

Permalink
Debounce exiting programs
Browse files Browse the repository at this point in the history
  • Loading branch information
mateoconlechuga committed Dec 15, 2017
1 parent 1eca556 commit cb5582b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/routines/common.asm
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,12 @@ _: ld hl,OP1 ; execute app
ld hl,(hl)
pop bc
add hl,bc
ld a,$AA
push hl
_: call _GetCSC
or a,a
jr nz,-_
pop hl
ld a,$aa
jp (hl)

QuitStr1:
Expand Down

0 comments on commit cb5582b

Please sign in to comment.