diff options
| author | 2011-02-27 17:55:58 +0000 | |
|---|---|---|
| committer | 2011-02-27 17:55:58 +0000 | |
| commit | e052e1edf1f299d644b985a1763e729a8a891e32 (patch) | |
| tree | 6e2b6d2574e55b7db8e3ab7ef7a6a87e2b823a4e | |
| parent | 70ef5cc21c13f0b907e7225d9cfc02c39c8b1871 (diff) | |
Fix speed again (no whatsnew)
| -rw-r--r-- | src/mame/drivers/naomi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/naomi.c b/src/mame/drivers/naomi.c index a81f8868491..3a426a7d7be 100644 --- a/src/mame/drivers/naomi.c +++ b/src/mame/drivers/naomi.c @@ -1340,7 +1340,7 @@ Sega Bass Fishing Challenge #include "sound/aica.h" #include "includes/dc.h" -#define CPU_CLOCK (70000000) +#define CPU_CLOCK (200000000) static UINT32 *dc_sound_ram; static macronix_29l001mc_device *awflash; |
