mirror of
https://github.com/holub/mame
synced 2025-06-06 21:03:47 +03:00
apple/apple2e.cpp: Remove duplicate line (#11990)
This commit is contained in:
parent
75b2cff4d6
commit
90d840b635
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user