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.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/notechan.cpp b/src/mame/drivers/notechan.cpp
index 5d21d90445b..de3a3060cec 100644
--- a/src/mame/drivers/notechan.cpp
+++ b/src/mame/drivers/notechan.cpp
@@ -119,9 +119,9 @@
#include "sound/okim6295.h"
#include "speaker.h"
-#define MASTER_CLOCK 8448800
-#define CPU_CLOCK MASTER_CLOCK / 2
-#define SND_CLOCK 1056000 // unverified resonator
+#define MASTER_CLOCK XTAL_8_448MHz
+#define CPU_CLOCK MASTER_CLOCK / 2 // guess... not verified
+#define SND_CLOCK 1056000 // unverified resonator
class notechan_state : public driver_device