summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/tvgames/generalplus_gpl16250.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/tvgames/generalplus_gpl16250.cpp')
-rw-r--r--src/mame/tvgames/generalplus_gpl16250.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/tvgames/generalplus_gpl16250.cpp b/src/mame/tvgames/generalplus_gpl16250.cpp
index 3b3954bef18..a6c3cf56562 100644
--- a/src/mame/tvgames/generalplus_gpl16250.cpp
+++ b/src/mame/tvgames/generalplus_gpl16250.cpp
@@ -148,6 +148,7 @@ void gcm394_game_state::base(machine_config &config)
m_maincpu->add_route(ALL_OUTPUTS, "speaker", 0.5, 1);
m_maincpu->set_bootmode(1); // boot from external ROM / CS mirror
m_maincpu->set_cs_config_callback(FUNC(gcm394_game_state::cs_callback));
+ m_maincpu->set_cs_space(m_memory, 0);
FULL_MEMORY(config, m_memory).set_map(&gcm394_game_state::cs_map_base);
@@ -174,7 +175,6 @@ void gcm394_game_state::machine_start()
void gcm394_game_state::machine_reset()
{
cs_callback(0x00, 0x00, 0x00, 0x00, 0x00);
- m_maincpu->set_cs_space(m_memory->get_program());
m_maincpu->reset(); // reset CPU so vector gets read etc.