mirror of
https://github.com/holub/mame
synced 2025-06-07 05:13:46 +03:00
partner: fixed mistake from 29 months ago, which was exposed by recent memory change.
This commit is contained in:
parent
4537a4b428
commit
0908f3a45d
@ -311,7 +311,7 @@ void partner_state::bank_switch()
|
||||
m_bank[11]->set_base(rom);
|
||||
else
|
||||
//window 1
|
||||
window_1(12, 0, rom);
|
||||
window_1(11, 0, rom);
|
||||
|
||||
// BANK 13 (0xe800 - 0xffff)
|
||||
switch (m_mem_page)
|
||||
|
Loading…
Reference in New Issue
Block a user