summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/notechan.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/notechan.cpp')
-rw-r--r--src/mame/drivers/notechan.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/notechan.cpp b/src/mame/drivers/notechan.cpp
index c8ed2c3596a..6177ab059c1 100644
--- a/src/mame/drivers/notechan.cpp
+++ b/src/mame/drivers/notechan.cpp
@@ -121,7 +121,7 @@
#define MASTER_CLOCK XTAL_8_448MHz
#define CPU_CLOCK MASTER_CLOCK / 2 // guess... not verified
-#define SND_CLOCK 1056000 // unverified resonator
+#define SND_CLOCK MASTER_CLOCK / 8 // guess... not verified
class notechan_state : public driver_device