mirror of
https://github.com/holub/mame
synced 2025-04-24 17:30:55 +03:00
hunchbkg no longer asserts for 32-bit, but still doesn't work.
This commit is contained in:
parent
fdb9a3271f
commit
52ff6adb94
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user