mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
fixed dfs bank. nw.
This commit is contained in:
parent
d4b710c1f9
commit
fa075429a8
@ -59,7 +59,7 @@ WRITE8_MEMBER(bbc_state::bbc_page_selectb_w)
|
||||
}
|
||||
else
|
||||
{
|
||||
m_bank4->set_entry(m_DFSType);
|
||||
m_bank4->set_entry(0x10 + m_DFSType);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user