Previous 199869 Revisions Next

r33906 Monday 15th December, 2014 at 17:55:24 UTC by Olivier Galibert
Leftover (nw)
[src/emu/machine]i82875p.c

trunk/src/emu/machine/i82875p.c
r242417r242418
238238   return toud;
239239}
240240
241#include "debugger.h"
242
243241WRITE16_MEMBER(i82875p_host_device::toud_w)
244242{
245243   COMBINE_DATA(&toud);
246244   toud &= ~7;
247245   logerror("%s: toud = %08x\n", tag(), toud << 16);
248246   remap_cb();
249   debugger_break(machine());
250247}
251248
252249READ16_MEMBER( i82875p_host_device::mchcfg_r)


Previous 199869 Revisions Next


© 1997-2024 The MAME Team