mirror of
https://github.com/holub/mame
synced 2025-04-21 16:01:56 +03:00
rc2014: enable user to start from empty backplane configuration
This commit is contained in:
parent
52e0f9a5e5
commit
a047d1efc2
@ -59,7 +59,8 @@ void rc2014_bus_device::device_start()
|
||||
|
||||
void rc2014_bus_device::device_reset()
|
||||
{
|
||||
installer(AS_IO)->unmap_readwrite(0, (1 << installer(AS_IO)->space_config().addr_width()) - 1);
|
||||
if (m_installer[AS_IO])
|
||||
installer(AS_IO)->unmap_readwrite(0, (1 << installer(AS_IO)->space_config().addr_width()) - 1);
|
||||
}
|
||||
|
||||
void rc2014_bus_device::set_bus_clock(u32 clock)
|
||||
|
Loading…
Reference in New Issue
Block a user