summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/victory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/victory.cpp')
-rw-r--r--src/mame/video/victory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/victory.cpp b/src/mame/video/victory.cpp
index 0b0d5cfd429..19a86d83c08 100644
--- a/src/mame/video/victory.cpp
+++ b/src/mame/video/victory.cpp
@@ -15,7 +15,7 @@
/* from what I can tell, this should be divided by 32, not 8 */
/* but the interrupt test does some precise timing, and fails */
/* if it's not 8 */
-#define VICTORY_MICRO_STATE_CLOCK (XTAL_11_289MHz)
+#define VICTORY_MICRO_STATE_CLOCK (XTAL(11'289'000))
#define MICRO_STATE_CLOCK_PERIOD attotime::from_hz(VICTORY_MICRO_STATE_CLOCK / 8)