(MESS) nes: fixed mirroring restore. nw.

many thanks to Dr. Spankenstein & Shoegazer for the reports
This commit is contained in:
Fabio Priuli 2013-06-17 09:53:50 +00:00
parent bd7466f508
commit fc2aaf75b4

View File

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