summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/vball.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/vball.cpp')
-rw-r--r--src/mame/drivers/vball.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/vball.cpp b/src/mame/drivers/vball.cpp
index d8e605cd455..6f749d1ae47 100644
--- a/src/mame/drivers/vball.cpp
+++ b/src/mame/drivers/vball.cpp
@@ -93,7 +93,7 @@ VBlank = 58Hz
#include "sound/okim6295.h"
#include "speaker.h"
-#define MAIN_CLOCK XTAL_12MHz
+#define MAIN_CLOCK XTAL(12'000'000)
#define CPU_CLOCK MAIN_CLOCK / 6
#define PIXEL_CLOCK MAIN_CLOCK / 2