mirror of
https://github.com/holub/mame
synced 2025-05-25 07:15:25 +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)
|
MDRV_IMPORT_FROM(noraut_base)
|
||||||
|
|
||||||
/* basic machine hardware */
|
/* 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)
|
MDRV_CPU_PROGRAM_MAP(ssjkrpkr_map)
|
||||||
|
|
||||||
/* sound hardware */
|
/* sound hardware */
|
||||||
|
Loading…
Reference in New Issue
Block a user