summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/spg110_video.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/spg110_video.cpp')
-rw-r--r--src/devices/machine/spg110_video.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/devices/machine/spg110_video.cpp b/src/devices/machine/spg110_video.cpp
index 93ad10ae0c0..a76fef3bb60 100644
--- a/src/devices/machine/spg110_video.cpp
+++ b/src/devices/machine/spg110_video.cpp
@@ -564,6 +564,9 @@ void spg110_video_device::device_reset()
m_bg_scrolly = 0;
m_2036_scroll = 0;
+ std::fill(std::begin(tmap0_regs), std::end(tmap0_regs), 0);
+ std::fill(std::begin(tmap1_regs), std::end(tmap1_regs), 0);
+
// is there actually an enable register here?
m_video_irq_enable = 0xffff;
m_video_irq_status = 0x0000;