summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dlair2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/dlair2.cpp')
-rw-r--r--src/mame/drivers/dlair2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/dlair2.cpp b/src/mame/drivers/dlair2.cpp
index 067cf299604..c3d5e29eb78 100644
--- a/src/mame/drivers/dlair2.cpp
+++ b/src/mame/drivers/dlair2.cpp
@@ -35,7 +35,7 @@ http://www.dragons-lair-project.com/tech/pages/dl2.asp
#include "screen.h"
#include "speaker.h"
-#define MAIN_CLOCK XTAL_30MHz
+#define MAIN_CLOCK XTAL(30'000'000)
class dlair2_state : public driver_device
{