summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/nes/ntdec.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/nes/ntdec.cpp')
-rw-r--r--src/devices/bus/nes/ntdec.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/bus/nes/ntdec.cpp b/src/devices/bus/nes/ntdec.cpp
index ba59a1e4924..fd207f20a00 100644
--- a/src/devices/bus/nes/ntdec.cpp
+++ b/src/devices/bus/nes/ntdec.cpp
@@ -79,7 +79,6 @@ void nes_ntdec_fh_device::pcb_reset()
{
prg32((m_prg_chunks - 1) >> 1);
chr8(0, CHRROM);
- set_nt_mirroring(PPU_MIRROR_VERT);
}
void nes_ntdec_n715021_device::pcb_reset()