mirror of
https://github.com/holub/mame
synced 2025-05-23 22:20:01 +03:00
Fixed crash in ssjkrpkr driver definition.
This commit is contained in:
parent
0bfacc56e6
commit
f4f24ba727
@ -1421,7 +1421,7 @@ static MACHINE_DRIVER_START( ssjkrpkr )
|
||||
MDRV_IMPORT_FROM(noraut_base)
|
||||
|
||||
/* basic machine hardware */
|
||||
MDRV_CPU_REPLACE("maincpu", 8080, DPHL_CPU_CLOCK)
|
||||
MDRV_CPU_REPLACE("maincpu", I8080, DPHL_CPU_CLOCK)
|
||||
MDRV_CPU_PROGRAM_MAP(ssjkrpkr_map)
|
||||
|
||||
/* sound hardware */
|
||||
|
Loading…
Reference in New Issue
Block a user