hunchbkg no longer asserts for 32-bit, but still doesn't work.

This commit is contained in:
Scott Stone 2010-06-10 23:04:00 +00:00
parent fdb9a3271f
commit 52ff6adb94

View File

@ -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)