Skip to content

Commit

Permalink
fixed a bug that made sounds glitchy
Browse files Browse the repository at this point in the history
  • Loading branch information
spagootie authored Jul 1, 2020
1 parent 2d5e106 commit ba26bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcano.asm
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ playnote:
or al, 00000011b
out 61h, al

in al, 60 ; makes it so the note stops when the key is released
in al, 60h ; makes it so the note stops when the key is released
mov dl, al
waitforrelease:
in al, 60h
Expand Down

0 comments on commit ba26bd8

Please sign in to comment.