summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author R. Belmont <rb6502@users.noreply.github.com>2011-02-27 17:55:58 +0000
committer R. Belmont <rb6502@users.noreply.github.com>2011-02-27 17:55:58 +0000
commite052e1edf1f299d644b985a1763e729a8a891e32 (patch)
tree6e2b6d2574e55b7db8e3ab7ef7a6a87e2b823a4e
parent70ef5cc21c13f0b907e7225d9cfc02c39c8b1871 (diff)
Fix speed again (no whatsnew)
-rw-r--r--src/mame/drivers/naomi.c2
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;