mirror of
https://github.com/holub/mame
synced 2025-05-21 05:08:54 +03:00
i82875p: toud display fix [O. Galibert]
This commit is contained in:
parent
5d4e31f8b1
commit
0935c7d5e3
@ -240,7 +240,8 @@ READ16_MEMBER( i82875p_host_device::toud_r)
|
|||||||
WRITE16_MEMBER(i82875p_host_device::toud_w)
|
WRITE16_MEMBER(i82875p_host_device::toud_w)
|
||||||
{
|
{
|
||||||
COMBINE_DATA(&toud);
|
COMBINE_DATA(&toud);
|
||||||
logerror("%s: toud = %08x\n", tag(), 512*toud);
|
toud &= ~7;
|
||||||
|
logerror("%s: toud = %08x\n", tag(), toud << 16);
|
||||||
remap_cb();
|
remap_cb();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user