summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers
diff options
context:
space:
mode:
author David Haywood <mamehaze@users.noreply.github.com>2016-04-11 20:46:54 +0100
committer David Haywood <mamehaze@users.noreply.github.com>2016-04-11 20:46:54 +0100
commitb5486236918e8565b27e79a99d7c3112f6cff00e (patch)
treede3c8bd67161b77340b20b5f1bdfd86e4ec921b0 /src/mame/drivers
parentbac87f62fa4bb838f0dadaf1db115fce21bcc388 (diff)
minor shuffle (nw)
Diffstat (limited to 'src/mame/drivers')
-rw-r--r--src/mame/drivers/system1.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mame/drivers/system1.cpp b/src/mame/drivers/system1.cpp
index 8ee8cd8f2bd..17ad4b0ad75 100644
--- a/src/mame/drivers/system1.cpp
+++ b/src/mame/drivers/system1.cpp
@@ -4963,20 +4963,16 @@ ROM_END
DRIVER_INIT_MEMBER(system1_state,bank00)
{
- m_videomode_custom = nullptr;
- m_banked_decrypted_opcodes = nullptr;
}
DRIVER_INIT_MEMBER(system1_state,bank44)
{
m_videomode_custom = &system1_state::bank44_custom_w;
- m_banked_decrypted_opcodes = nullptr;
}
DRIVER_INIT_MEMBER(system1_state,bank0c)
{
m_videomode_custom = &system1_state::bank0c_custom_w;
- m_banked_decrypted_opcodes = nullptr;
}
DRIVER_INIT_MEMBER(system1_state,sega315_5033)