From 90d840b6356c67fd735813e8848bfda67fb28aa6 Mon Sep 17 00:00:00 2001 From: xotmatrix Date: Wed, 31 Jan 2024 16:48:44 -0500 Subject: [PATCH] apple/apple2e.cpp: Remove duplicate line (#11990) --- src/mame/apple/apple2e.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mame/apple/apple2e.cpp b/src/mame/apple/apple2e.cpp index a0ba2d52b93..e600dcb67b1 100644 --- a/src/mame/apple/apple2e.cpp +++ b/src/mame/apple/apple2e.cpp @@ -1326,7 +1326,6 @@ TIMER_DEVICE_CALLBACK_MEMBER(apple2e_state::apple2_interrupt) // More Sather: all MMU switches off (80STORE, RAMRD, RAMWRT, INTCXROM, ALTZP, SLOTC3ROM, PAGE2, HIRES, INTC8ROM) m_video->a80store_w(false); - m_altzp = false; m_ramrd = false; m_ramwrt = false; m_altzp = false;