summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/molecular.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/molecular.cpp')
-rw-r--r--src/mame/drivers/molecular.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/molecular.cpp b/src/mame/drivers/molecular.cpp
index a300fd237c8..eae19450758 100644
--- a/src/mame/drivers/molecular.cpp
+++ b/src/mame/drivers/molecular.cpp
@@ -55,8 +55,8 @@ TODO:
#include "speaker.h"
-#define I86_CLOCK XTAL_24MHz
-#define Z80_CLOCK XTAL_16MHz
+#define I86_CLOCK XTAL(24'000'000)
+#define Z80_CLOCK XTAL(16'000'000)
class molecula_state : public driver_device
{