apple3: fixed another side effect (nw)

This commit is contained in:
arbee 2020-06-02 19:25:04 -04:00
parent 9303624f33
commit 3b877270ae

View File

@ -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);