mirror of
https://github.com/holub/mame
synced 2025-05-25 15:25:33 +03:00
Fixed a mapping error with Maikobana [BET] (mmaiko) which caused the NVRAM not to save correctly.
This commit is contained in:
parent
19ba26a126
commit
7d43b65ad6
@ -2788,7 +2788,7 @@ static MACHINE_DRIVER_START( mmaiko )
|
||||
/* basic machine hardware */
|
||||
MDRV_IMPORT_FROM(maiko)
|
||||
MDRV_CPU_MODIFY("maincpu")
|
||||
MDRV_CPU_PROGRAM_MAP(maiko_map)
|
||||
MDRV_CPU_PROGRAM_MAP(mmaiko_map)
|
||||
|
||||
MDRV_NVRAM_HANDLER(nb1413m3)
|
||||
MACHINE_DRIVER_END
|
||||
|
Loading…
Reference in New Issue
Block a user