From fc2aaf75b4a1409fdda8b7dfa4a2c2a5512b8f11 Mon Sep 17 00:00:00 2001 From: Fabio Priuli Date: Mon, 17 Jun 2013 09:53:50 +0000 Subject: [PATCH] (MESS) nes: fixed mirroring restore. nw. many thanks to Dr. Spankenstein & Shoegazer for the reports --- src/mess/machine/nes_slot.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mess/machine/nes_slot.c b/src/mess/machine/nes_slot.c index a6411dfe653..0cbf5689841 100644 --- a/src/mess/machine/nes_slot.c +++ b/src/mess/machine/nes_slot.c @@ -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); }