Previous 199869 Revisions Next

r33802 Wednesday 10th December, 2014 at 18:28:17 UTC by Olivier Galibert
i82875p: toud display fix [O. Galibert]
[src/emu/machine]i82875p.c

trunk/src/emu/machine/i82875p.c
r242313r242314
240240WRITE16_MEMBER(i82875p_host_device::toud_w)
241241{
242242   COMBINE_DATA(&toud);
243   logerror("%s: toud = %08x\n", tag(), 512*toud);
243   toud &= ~7;
244   logerror("%s: toud = %08x\n", tag(), toud << 16);
244245   remap_cb();
245246}
246247


Previous 199869 Revisions Next


© 1997-2024 The MAME Team