diff options
Diffstat (limited to 'src/mame/atari/starshp1.h')
-rw-r--r-- | src/mame/atari/starshp1.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/atari/starshp1.h b/src/mame/atari/starshp1.h index 203e7aa1a1a..3a4490d2fb9 100644 --- a/src/mame/atari/starshp1.h +++ b/src/mame/atari/starshp1.h @@ -36,7 +36,7 @@ #include "tilemap.h" -#define STARSHP1_MASTER_CLOCK (12096000) +#define STARSHP1_MASTER_CLOCK XTAL::u(12096000) #define STARSHP1_CPU_CLOCK (STARSHP1_MASTER_CLOCK / 16) #define STARSHP1_PIXEL_CLOCK (STARSHP1_MASTER_CLOCK) #define STARSHP1_HTOTAL (0x300) |