summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/misc/limenko.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/misc/limenko.cpp')
-rw-r--r--src/mame/misc/limenko.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/misc/limenko.cpp b/src/mame/misc/limenko.cpp
index 82bc6a0a01b..a70eff75685 100644
--- a/src/mame/misc/limenko.cpp
+++ b/src/mame/misc/limenko.cpp
@@ -1206,7 +1206,7 @@ u32 spotty_state::speedup_r()
void limenko_state::init_common()
{
// Set up the QS1000 program ROM banking, taking care not to overlap the internal RAM
- m_qs1000->cpu().space(AS_IO).install_read_bank(0x0100, 0xffff, m_qs1000_bank);
+ m_qs1000->cpu().space(AS_DATA).install_read_bank(0x0100, 0xffff, m_qs1000_bank);
m_qs1000_bank->configure_entries(0, 8, memregion("qs1000:cpu")->base() + 0x100, 0x10000);
m_spriteram_bit = 1;