summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/electron.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/electron.c')
-rw-r--r--src/mame/machine/electron.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/electron.c b/src/mame/machine/electron.c
index 225f4da5a7a..5ed4ca1e07a 100644
--- a/src/mame/machine/electron.c
+++ b/src/mame/machine/electron.c
@@ -249,7 +249,7 @@ WRITE8_MEMBER(electron_state::electron_ula_w)
{
/* GUESS
* the Advanced Users manual says this is the correct algorithm
- * but the divider is wrong(?), says 16 but results in high pitch,
+ * but the divider is wrong(?), says 16 but results in high pitch,
* 32 is more close
*/
m_beeper->set_frequency( 1000000 / ( 32 * ( data + 1 ) ) );