summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/galaxi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/galaxi.cpp')
-rw-r--r--src/mame/drivers/galaxi.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/galaxi.cpp b/src/mame/drivers/galaxi.cpp
index c0adc13b03b..ead28299aa9 100644
--- a/src/mame/drivers/galaxi.cpp
+++ b/src/mame/drivers/galaxi.cpp
@@ -42,8 +42,8 @@
#include "galaxi.lh"
-#define CPU_CLOCK (XTAL_10MHz)
-#define SND_CLOCK (XTAL_16MHz)/16
+#define CPU_CLOCK (XTAL(10'000'000))
+#define SND_CLOCK (XTAL(16'000'000))/16
class galaxi_state : public driver_device
{