summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/casio/fp1100.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/casio/fp1100.cpp')
-rw-r--r--src/mame/casio/fp1100.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/casio/fp1100.cpp b/src/mame/casio/fp1100.cpp
index 562f212bdea..f408c346c9e 100644
--- a/src/mame/casio/fp1100.cpp
+++ b/src/mame/casio/fp1100.cpp
@@ -675,7 +675,7 @@ void fp1100_state::fp1100(machine_config &config)
/* sound hardware */
SPEAKER(config, "mono").front_center();
- BEEP(config, "beeper", 950) // guess
+ BEEP(config, "beeper", XTAL::u(950)) // guess
.add_route(ALL_OUTPUTS, "mono", 0.50); // inside the keyboard
/* CRTC */