summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/flipjack.cpp
diff options
context:
space:
mode:
author Olivier Galibert <galibert@pobox.com>2018-01-21 23:42:41 +0100
committer Olivier Galibert <galibert@pobox.com>2018-01-23 10:25:25 +0100
commit03ba80e0ef3e021f6ff89ef91ae5cdce4e24b994 (patch)
treef127b7f533d36df2484f82fcb05cef5f4c04f232 /src/mame/drivers/flipjack.cpp
parentf61a64ea29bf46bf2deb2e1fbace5b24f3d7b0aa (diff)
xtal.h is dead, long live to xtal.cpp [O. Galibert]
Diffstat (limited to 'src/mame/drivers/flipjack.cpp')
-rw-r--r--src/mame/drivers/flipjack.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/flipjack.cpp b/src/mame/drivers/flipjack.cpp
index df51dc883fa..8e38e912ef5 100644
--- a/src/mame/drivers/flipjack.cpp
+++ b/src/mame/drivers/flipjack.cpp
@@ -85,8 +85,8 @@ ________________________|___________________________
#include "speaker.h"
-#define MASTER_CLOCK XTAL_16MHz
-#define VIDEO_CLOCK XTAL_6MHz
+#define MASTER_CLOCK XTAL(16'000'000)
+#define VIDEO_CLOCK XTAL(6'000'000)
class flipjack_state : public driver_device