summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/apollo_kbd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/apollo_kbd.c')
-rw-r--r--src/mess/machine/apollo_kbd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/apollo_kbd.c b/src/mess/machine/apollo_kbd.c
index 07b5a150da4..4c6c7501b66 100644
--- a/src/mess/machine/apollo_kbd.c
+++ b/src/mess/machine/apollo_kbd.c
@@ -201,7 +201,7 @@ void apollo_kbd_device::beeper::on()
int apollo_kbd_device::beeper::keyboard_has_beeper()
{
- return true; // driver has no facility to return false here, so go with it
+ return true; // driver has no facility to return false here, so go with it
}
void apollo_kbd_device::beeper::beeper_callback()