mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
Fixed 03592: outrun, outrunra, outruno, outrundx, outrunb: Master clock is incorrect.
I also made all clock values XTALs in segaorun.c.
This commit is contained in:
parent
9f1f17d6cd
commit
290de3bfc6
@ -26,9 +26,9 @@
|
||||
#include "outrun.lh"
|
||||
|
||||
|
||||
#define MASTER_CLOCK (50000000)
|
||||
#define SOUND_CLOCK (16000000)
|
||||
#define MASTER_CLOCK_25MHz (25174800) /* super hang-on only */
|
||||
#define MASTER_CLOCK (XTAL_40MHz)
|
||||
#define SOUND_CLOCK (XTAL_16MHz)
|
||||
#define MASTER_CLOCK_25MHz (XTAL_25_1748MHz) /* super hang-on only */
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user