Replaced beep with low-pitch bonk

This commit is contained in:
Martin Haye 2021-10-12 08:45:49 -07:00
parent 248bc1ad6c
commit 7523320bce

View File

@ -782,14 +782,6 @@ export asm crout()#0
jmp _safeCout
end
///////////////////////////////////////////////////////////////////////////////////////////////////
// Ring the bell
export asm beep()#0
+asmPlasmNoRet 0
+safeBell
rts
end
///////////////////////////////////////////////////////////////////////////////////////////////////
// Send a command to the memory manager
export asm mmgr(cmd, wordParam)#1
@ -1312,6 +1304,12 @@ end
///////////////////////////////////////////////////////////////////////////////////////////////////
// General methods
///////////////////////////////////////////////////////////////////////////////////////////////////
// Generate a sound that indicates being blocked or failing
export def beep()#0
genSound(0, 600, 60200, 0, 0, 60200, 30)
end
export def rand16()#1
word result
if recordMode