mirror of
https://github.com/holub/mame
synced 2025-04-23 17:00:53 +03:00
1943: fix recent regression with bootleg sets
This commit is contained in:
parent
62d0ec8898
commit
c0d61f120d
@ -320,6 +320,7 @@ void _1943_state::_1943b(machine_config &config)
|
||||
_1943(config);
|
||||
|
||||
m_maincpu->set_addrmap(AS_PROGRAM, &_1943_state::c1943b_map);
|
||||
m_screen->screen_vblank().set_nop();
|
||||
|
||||
config.device_remove("mcu");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user