mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
coolpool: Fix stupid ass-bug (nw)
This commit is contained in:
parent
4d3a61f9da
commit
9dfddc4ab9
@ -118,7 +118,7 @@ TMS340X0_TO_SHIFTREG_CB_MEMBER(coolpool_state::to_shiftreg)
|
||||
|
||||
TMS340X0_FROM_SHIFTREG_CB_MEMBER(coolpool_state::from_shiftreg)
|
||||
{
|
||||
memcpy(&m_vram_base[(address & ~0xfff) >> 4], shiftreg, 0x2000);
|
||||
memcpy(&m_vram_base[(address & ~0xfff) >> 4], shiftreg, 0x200);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user