diff --git a/src/apple2/bank.c b/src/apple2/bank.c index 8386bf1..3b08ee4 100644 --- a/src/apple2/bank.c +++ b/src/apple2/bank.c @@ -151,14 +151,9 @@ apple2_bank_map(vm_segment *segment) SEGMENT_READER(apple2_bank_switch_read) { apple2 *mach; - vm_16bit last_addr; mach = (apple2 *)_mach; - // We need to know the last opcode and address, because some of our - // soft switches require two consecutive reads - mos6502_last_executed(mach->cpu, NULL, NULL, &last_addr); - switch (addr) { // The $C080 - $C083 range all control memory access while using // bank 2 RAM for the $Dnnn range. Note that here and in the