summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/sub.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/sub.cpp')
-rw-r--r--src/mame/drivers/sub.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/sub.cpp b/src/mame/drivers/sub.cpp
index 4383df8c90d..c2aaf07f178 100644
--- a/src/mame/drivers/sub.cpp
+++ b/src/mame/drivers/sub.cpp
@@ -117,7 +117,7 @@ PCB2 (Top board, CPU board)
#include "screen.h"
#include "speaker.h"
-#define MASTER_CLOCK XTAL_18_432MHz
+#define MASTER_CLOCK XTAL(18'432'000)
class sub_state : public driver_device
{