From 83f5a6f54aefad863b13f8fda97a0fab74fb2caa Mon Sep 17 00:00:00 2001 From: Brian Troha Date: Tue, 5 Aug 2008 01:10:27 +0000 Subject: [PATCH] fix cut-n-paste error on CPU type & correct the double "like" --- src/mame/drivers/opwolf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mame/drivers/opwolf.c b/src/mame/drivers/opwolf.c index 35ebf1cdb66..b850c89751c 100644 --- a/src/mame/drivers/opwolf.c +++ b/src/mame/drivers/opwolf.c @@ -19,7 +19,7 @@ Operation Wolf uses similar hardware to Rainbow Islands and Rastan. The screen layout and registers and sprites appear to be identical. Taito TC0030CMD chip labeled B20-18 (at least for the US boards) -Taito PC060HA likes like it might be a DIP28 Fujitsu MB884x chip +Taito PC060HA looks like it might be a DIP28 Fujitsu MB884x chip There are 4 socketted PALs (DIP20 type PAL16L8ACN) labeled B20-09 through B20-12 (not read) @@ -103,7 +103,7 @@ register. So what is controlling priority. /* Define clocks based on actual OSC on the PCB */ -#define CPU_CLOCK (XTAL_16MHz / 2) /* clock for 68020 */ +#define CPU_CLOCK (XTAL_16MHz / 2) /* clock for 68000 */ #define SOUND_CPU_CLOCK (XTAL_8MHz / 2) /* clock for Z80 sound CPU */ #include "driver.h"