summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/starfire.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/starfire.h')
-rw-r--r--src/mame/includes/starfire.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/starfire.h b/src/mame/includes/starfire.h
index d298f7901b3..efed6938214 100644
--- a/src/mame/includes/starfire.h
+++ b/src/mame/includes/starfire.h
@@ -10,7 +10,7 @@
#include "screen.h"
-#define STARFIRE_MASTER_CLOCK (XTAL_20MHz)
+#define STARFIRE_MASTER_CLOCK (XTAL(20'000'000))
#define STARFIRE_CPU_CLOCK (STARFIRE_MASTER_CLOCK / 8)
#define STARFIRE_PIXEL_CLOCK (STARFIRE_MASTER_CLOCK / 4)
#define STARFIRE_HTOTAL (0x13f) /* could be 0x140, but I think this is right */