Skip to content

Commit d091dc7

Browse files
committed
tvgames/generalplus_gpl16250_nand.cpp: Update machine configuration.
1 parent 42856ef commit d091dc7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/mame/tvgames/generalplus_gpl16250_nand.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ void generalplus_gpac800_game_state::generalplus_gpac800(machine_config &config)
113113
m_maincpu->add_route(ALL_OUTPUTS, "speaker", 0.5, 1);
114114
m_maincpu->set_bootmode(0); // boot from internal ROM (NAND bootstrap)
115115
m_maincpu->set_cs_config_callback(FUNC(gcm394_game_state::cs_callback));
116+
m_maincpu->set_cs_space(m_memory, 0);
116117
m_maincpu->dma_complete_callback().set(FUNC(generalplus_gpac800_game_state::dma_complete_hacks));
117118

118119
m_maincpu->nand_read_callback().set(FUNC(generalplus_gpac800_game_state::read_nand));
@@ -754,8 +755,6 @@ void generalplus_gpac800_game_state::machine_reset()
754755
mem.write_word(0x007823, 0x0047);
755756
mem.write_word(0x007824, 0x0047);
756757

757-
m_maincpu->set_cs_space(m_memory->get_program());
758-
759758
if (m_nandregion)
760759
{
761760
nand_create_stripped_region();

0 commit comments

Comments
 (0)