summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/magreel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/magreel.cpp')
-rw-r--r--src/mame/drivers/magreel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/magreel.cpp b/src/mame/drivers/magreel.cpp
index 44b36937ffd..64cb031028f 100644
--- a/src/mame/drivers/magreel.cpp
+++ b/src/mame/drivers/magreel.cpp
@@ -28,7 +28,7 @@ UNDUMPED:
#include "screen.h"
#include "speaker.h"
-#define MAIN_CLOCK XTAL_58MHz // Actual Xtal on board
+#define MAIN_CLOCK XTAL(58'000'000) // Actual Xtal on board
class magreel_state : public driver_device
{