Previous | 199869 Revisions | Next |
r23747 Monday 17th June, 2013 at 09:53:50 UTC by Fabio Priuli |
---|
(MESS) nes: fixed mirroring restore. nw. many thanks to Dr. Spankenstein & Shoegazer for the reports |
[src/mess/machine] | nes_slot.c |
r23746 | r23747 | |
---|---|---|
786 | 786 | |
787 | 787 | for (int i = 0; i < 4; i++) |
788 | 788 | set_nt_page(i, m_nt_src[i], m_nt_orig[i] / 0x400, m_nt_writable[i]); |
789 | ||
790 | set_nt_mirroring(m_mirroring); | |
791 | 789 | } |
792 | 790 | |
793 | 791 |
Previous | 199869 Revisions | Next |