summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/segas32.cpp
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2019-10-12 23:59:33 +1100
committer Vas Crabb <vas@vastheman.com>2019-10-12 23:59:33 +1100
commit499310b605eaae2cf649c1c9a80e508c907a8f44 (patch)
treef7c40bfbd452e4a953844c084d51f8a833bf8418 /src/mame/drivers/segas32.cpp
parentda9645b9c8159ee1db01c0749c9bd52ca5a88ba1 (diff)
parent17874f61394bcc342443263f60bc59009771d680 (diff)
(nw) segas32.cpp: slight cleanup
Diffstat (limited to 'src/mame/drivers/segas32.cpp')
-rw-r--r--src/mame/drivers/segas32.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/segas32.cpp b/src/mame/drivers/segas32.cpp
index 02c01df774b..ea44ff4282d 100644
--- a/src/mame/drivers/segas32.cpp
+++ b/src/mame/drivers/segas32.cpp
@@ -5404,6 +5404,7 @@ void segas32_state::segas32_common_init()
uint8_t *Z80 = memregion("soundcpu")->base();
uint32_t size = memregion("soundcpu")->bytes();
m_soundrom_bank->configure_entries(0, size / 0x2000, &Z80[0], 0x2000);
+
/* reset the custom handlers and other pointers */
m_system32_prot_vblank = nullptr;
m_sw1_output = nullptr;