mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
apple3: fixed another side effect (nw)
This commit is contained in:
parent
9303624f33
commit
3b877270ae
@ -814,7 +814,7 @@ uint8_t apple3_state::apple3_memory_r(offs_t offset)
|
||||
{
|
||||
rv = m_bank9[offset - 0xc100];
|
||||
}
|
||||
else
|
||||
else if (!machine().side_effects_disabled())
|
||||
{
|
||||
/* now identify the device */
|
||||
device_a2bus_card_interface *slotdevice = m_a2bus->get_a2bus_card((offset>>8) & 0x7);
|
||||
|
Loading…
Reference in New Issue
Block a user