From 1c1844cd5b3c9a358e0ac8715228c9816d4a4407 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sun, 25 Nov 2018 21:11:52 +0000 Subject: [PATCH] zxvideo: remove broken and somewhat pointless beep routine --- Kernel/platform-zxdiv/zxvideo.s | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/Kernel/platform-zxdiv/zxvideo.s b/Kernel/platform-zxdiv/zxvideo.s index b978e5cc..031a19b1 100644 --- a/Kernel/platform-zxdiv/zxvideo.s +++ b/Kernel/platform-zxdiv/zxvideo.s @@ -257,20 +257,7 @@ _cursor_off: _vtattr_notify: ret - ; FIXME: now this is_do_silent_click actually _do_beep: - ld e, #0xFF ; length - ld c, #0xFE ; beeper port - ld l, #0x10 ; beeper bit -loop_beep: - ld a, l - out (c), a - xor a - out (c), a - dec bc - ld a, b - or c - jr nz, loop_beep ret .area _DATA -- 2.34.1