mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
(MESS) nes: fixed mirroring restore. nw.
many thanks to Dr. Spankenstein & Shoegazer for the reports
This commit is contained in:
parent
bd7466f508
commit
fc2aaf75b4
@ -786,8 +786,6 @@ void device_nes_cart_interface::nes_banks_restore()
|
||||
|
||||
for (int i = 0; i < 4; i++)
|
||||
set_nt_page(i, m_nt_src[i], m_nt_orig[i] / 0x400, m_nt_writable[i]);
|
||||
|
||||
set_nt_mirroring(m_mirroring);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user