summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/nes/2a03pur.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/nes/2a03pur.cpp')
-rw-r--r--src/devices/bus/nes/2a03pur.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/devices/bus/nes/2a03pur.cpp b/src/devices/bus/nes/2a03pur.cpp
index f2694539752..9105c518844 100644
--- a/src/devices/bus/nes/2a03pur.cpp
+++ b/src/devices/bus/nes/2a03pur.cpp
@@ -51,8 +51,6 @@ void nes_2a03pur_device::device_start()
void nes_2a03pur_device::pcb_reset()
{
- m_chr_source = m_vrom_chunks ? CHRROM : CHRRAM;
- chr8(0, m_chr_source);
// register content is not touched by reset
}