mirror of
https://github.com/holub/mame
synced 2025-06-11 07:14:07 +03:00
dgnbeta fix (nw)
This commit is contained in:
parent
fe5086dd0c
commit
c0af92efed
@ -275,8 +275,8 @@ static void UpdateBanks(running_machine &machine, int first, int last)
|
|||||||
}
|
}
|
||||||
write8_delegate func = bank_info[Page].func;
|
write8_delegate func = bank_info[Page].func;
|
||||||
if (!func.isnull()) func.late_bind(*state);
|
if (!func.isnull()) func.late_bind(*state);
|
||||||
space_0.install_write_handler(bank_start, bank_end,bank_info[Page].func);
|
space_0.install_write_handler(bank_start, bank_end, func);
|
||||||
space_1.install_write_handler(bank_start, bank_end,bank_info[Page].func);
|
space_1.install_write_handler(bank_start, bank_end, func);
|
||||||
}
|
}
|
||||||
else // Block is rom, or undefined
|
else // Block is rom, or undefined
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user