summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/sbrkout.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/sbrkout.cpp')
-rw-r--r--src/mame/drivers/sbrkout.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/sbrkout.cpp b/src/mame/drivers/sbrkout.cpp
index 4e1f52ae1ca..ef9854bf966 100644
--- a/src/mame/drivers/sbrkout.cpp
+++ b/src/mame/drivers/sbrkout.cpp
@@ -105,7 +105,7 @@ public:
*
*************************************/
-#define MAIN_CLOCK XTAL_12_096MHz
+#define MAIN_CLOCK XTAL(12'096'000)
#define TIME_4V attotime::from_hz(MAIN_CLOCK/2/256/2/4)