summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--src/mame/drivers/apple2e.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mame/drivers/apple2e.cpp b/src/mame/drivers/apple2e.cpp
index d5ef8f11de4..b2a29d9a46e 100644
--- a/src/mame/drivers/apple2e.cpp
+++ b/src/mame/drivers/apple2e.cpp
@@ -1978,7 +1978,6 @@ READ8_MEMBER(apple2e_state::c800_int_r)
{
m_cnxx_slot = CNXX_UNCLAIMED;
update_slotrom_banks();
- return 0xff;
}
return m_rom_ptr[0x800 + offset];
@@ -1995,7 +1994,6 @@ READ8_MEMBER(apple2e_state::c800_b2_int_r)
{
m_cnxx_slot = CNXX_UNCLAIMED;
update_slotrom_banks();
- return 0xff;
}
return m_rom_ptr[0x4800 + offset];