diff --git a/nes/nescoundrel.c b/nes/nescoundrel.c index c196787..1478557 100644 --- a/nes/nescoundrel.c +++ b/nes/nescoundrel.c @@ -160,7 +160,10 @@ void beep_win() { play_jingle(880, 660, 660, 880, 880, 1760); } void beep_lose() { + unsigned short i; play_jingle(110, 55, 220, 110, 110, 55); + for(i=0;i<4000;++i); + play_jingle(110, 55, 110, 55, 110, 55); } void beep_err() { play_jingle(330, 220, 330, 220, 330, 220);