summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/generalplus_gpl16250soc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/generalplus_gpl16250soc.cpp')
-rw-r--r--src/devices/machine/generalplus_gpl16250soc.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/devices/machine/generalplus_gpl16250soc.cpp b/src/devices/machine/generalplus_gpl16250soc.cpp
index dc16e9985f7..29c7f7a2585 100644
--- a/src/devices/machine/generalplus_gpl16250soc.cpp
+++ b/src/devices/machine/generalplus_gpl16250soc.cpp
@@ -1538,6 +1538,9 @@ void sunplus_gcm394_base_device::device_reset()
m_system_dma_memtype = 0x0000;
m_unk_timer->adjust(attotime::from_hz(60), 0, attotime::from_hz(60));
+
+ m_spg_video->set_video_spaces(this->space(AS_PROGRAM), *m_cs_space, m_csbase);
+ m_spg_video->reset();
}
void generalplus_gpac800_device::device_reset()
@@ -1649,7 +1652,6 @@ uint16_t sunplus_gcm394_base_device::read_space(uint32_t offset)
-
void sunplus_gcm394_base_device::write_space(uint32_t offset, uint16_t data)
{
address_space& space = this->space(AS_PROGRAM);