summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/starwars.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/starwars.cpp')
-rw-r--r--src/mame/drivers/starwars.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/starwars.cpp b/src/mame/drivers/starwars.cpp
index 914fd07731b..98bacd514d7 100644
--- a/src/mame/drivers/starwars.cpp
+++ b/src/mame/drivers/starwars.cpp
@@ -40,8 +40,8 @@
#include "speaker.h"
-#define MASTER_CLOCK (XTAL_12_096MHz)
-#define CLOCK_3KHZ ((double)MASTER_CLOCK / 4096)
+#define MASTER_CLOCK (XTAL(12'096'000))
+#define CLOCK_3KHZ (MASTER_CLOCK / 4096)
WRITE8_MEMBER(starwars_state::quad_pokeyn_w)