mirror of
https://github.com/holub/mame
synced 2025-06-04 11:56:28 +03:00
fix mpu4.c compile (no whatsnew)
This commit is contained in:
parent
b052719d68
commit
44bcb392c5
@ -1562,7 +1562,7 @@ static WRITE_LINE_DEVICE_HANDLER( pia_gb_cb2_w )
|
||||
if (mstate->m_bwb_bank)
|
||||
{
|
||||
mstate->m_pageval = state;
|
||||
memory_set_bank(device->machine(), "bank1", (state->m_pageval + (state->m_pageset ? 4 : 0)) & 0x07);
|
||||
memory_set_bank(device->machine(), "bank1", (mstate->m_pageval + (mstate->m_pageset ? 4 : 0)) & 0x07);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user