summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mwarr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mwarr.cpp')
-rw-r--r--src/mame/drivers/mwarr.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/mwarr.cpp b/src/mame/drivers/mwarr.cpp
index e37eb9510d0..f6403999654 100644
--- a/src/mame/drivers/mwarr.cpp
+++ b/src/mame/drivers/mwarr.cpp
@@ -47,8 +47,8 @@ Notes:
#include "speaker.h"
-#define MASTER_CLOCK XTAL_12MHz
-#define SOUND_CLOCK XTAL_45MHz
+#define MASTER_CLOCK XTAL(12'000'000)
+#define SOUND_CLOCK XTAL(45'000'000)
class mwarr_state : public driver_device