apple/apple2e.cpp: Remove duplicate line (#11990)

This commit is contained in:
xotmatrix 2024-01-31 16:48:44 -05:00 committed by GitHub
parent 75b2cff4d6
commit 90d840b635
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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