From a5947f646e2d81611ed48414a2f81254c0d8cdb7 Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Sat, 21 Apr 2018 23:06:23 -0500 Subject: [PATCH] We no longer need the last effective address --- src/apple2/bank.c | 5 ----- 1 file changed, 5 deletions(-) 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