mirror of
https://github.com/holub/mame
synced 2025-10-08 17:37:56 +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
|
else
|
||||||
{
|
{
|
||||||
m_bank4->set_entry(m_DFSType);
|
m_bank4->set_entry(0x10 + m_DFSType);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user