summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/ondra.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/ondra.cpp')
-rw-r--r--src/mame/machine/ondra.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/machine/ondra.cpp b/src/mame/machine/ondra.cpp
index 75c9875f9a5..a525537b609 100644
--- a/src/mame/machine/ondra.cpp
+++ b/src/mame/machine/ondra.cpp
@@ -118,7 +118,6 @@ void ondra_state::machine_reset()
m_bank_status = 0;
m_bank_old = 0xff;
update_banks();
- m_bank2->set_base(m_ram->pointer() + 0x4000);
}
void ondra_state::machine_start()