summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/marinedt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/marinedt.cpp')
-rw-r--r--src/mame/drivers/marinedt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/marinedt.cpp b/src/mame/drivers/marinedt.cpp
index e77699b3d17..ad73c7744a3 100644
--- a/src/mame/drivers/marinedt.cpp
+++ b/src/mame/drivers/marinedt.cpp
@@ -105,7 +105,7 @@ Lower PCB is plugged in with components facing up.
#include "screen.h"
#include "speaker.h"
-#define MAIN_CLOCK XTAL_9_987MHz
+#define MAIN_CLOCK XTAL(9'987'000)
class marinedt_state : public driver_device
{