i82875p: toud display fix [O. Galibert]

This commit is contained in:
Olivier Galibert 2014-12-10 19:28:29 +01:00
parent 5d4e31f8b1
commit 0935c7d5e3

View File

@ -240,7 +240,8 @@ READ16_MEMBER( i82875p_host_device::toud_r)
WRITE16_MEMBER(i82875p_host_device::toud_w)
{
COMBINE_DATA(&toud);
logerror("%s: toud = %08x\n", tag(), 512*toud);
toud &= ~7;
logerror("%s: toud = %08x\n", tag(), toud << 16);
remap_cb();
}