summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/goldngam.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/goldngam.cpp')
-rw-r--r--src/mame/drivers/goldngam.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/goldngam.cpp b/src/mame/drivers/goldngam.cpp
index 63041066079..6ae3466fe57 100644
--- a/src/mame/drivers/goldngam.cpp
+++ b/src/mame/drivers/goldngam.cpp
@@ -237,8 +237,8 @@
#include "speaker.h"
-#define MASTER_CLOCK XTAL_8MHz /* from CPU Board */
-#define SECONDARY_CLOCK XTAL_6MHz /* from GFX Board */
+#define MASTER_CLOCK XTAL(8'000'000) /* from CPU Board */
+#define SECONDARY_CLOCK XTAL(6'000'000) /* from GFX Board */
class goldngam_state : public driver_device