mirror of
https://github.com/holub/mame
synced 2025-05-29 00:53:09 +03:00
Fix for crash in doraemon (mentioned in MT#04759) (nw)
This commit is contained in:
parent
9724ed840e
commit
c7c482860d
@ -534,7 +534,7 @@ static MACHINE_START( doraemon )
|
||||
machine.root_device().membank("bank1")->configure_entries(0, 4, &ROM[0x10000], 0x4000);
|
||||
}
|
||||
|
||||
static MACHINE_CONFIG_START( doraemon, tnzs_state )
|
||||
static MACHINE_CONFIG_START( doraemon, champbwl_state )
|
||||
|
||||
/* basic machine hardware */
|
||||
MCFG_CPU_ADD("maincpu", Z80, XTAL_14_31818MHz/4)
|
||||
|
Loading…
Reference in New Issue
Block a user