summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Scott Stone <tafoid@users.noreply.github.com>2010-06-10 23:04:00 +0000
committer Scott Stone <tafoid@users.noreply.github.com>2010-06-10 23:04:00 +0000
commit52ff6adb94e7a20ba8dd69e5a9355efc7e763a98 (patch)
treefc1d710ce91b6d0f8fd14a891ac77ab2445db6a0
parentfdb9a3271f7d7f3b341c5886a9ca4ad01672c914 (diff)
hunchbkg no longer asserts for 32-bit, but still doesn't work.
-rw-r--r--src/mame/drivers/galaxold.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/drivers/galaxold.c b/src/mame/drivers/galaxold.c
index f31ca6660e8..0542e026b69 100644
--- a/src/mame/drivers/galaxold.c
+++ b/src/mame/drivers/galaxold.c
@@ -2333,7 +2333,9 @@ static MACHINE_DRIVER_START( hunchbkg )
/* basic machine hardware */
MDRV_IMPORT_FROM(galaxold_base)
- MDRV_CPU_REPLACE("maincpu", S2650, PIXEL_CLOCK / 4)
+ MDRV_CPU_MODIFY("maincpu")
+ MDRV_CPU_CLOCK(PIXEL_CLOCK/4)
+
MDRV_CPU_PROGRAM_MAP(hunchbkg)
MDRV_CPU_IO_MAP(hunchbkg_io)