Leftover (nw)

This commit is contained in:
Olivier Galibert 2014-12-15 18:54:05 +01:00
parent 0c466639a9
commit 407d98f3d7

View File

@ -238,15 +238,12 @@ READ16_MEMBER( i82875p_host_device::toud_r)
return toud;
}
#include "debugger.h"
WRITE16_MEMBER(i82875p_host_device::toud_w)
{
COMBINE_DATA(&toud);
toud &= ~7;
logerror("%s: toud = %08x\n", tag(), toud << 16);
remap_cb();
debugger_break(machine());
}
READ16_MEMBER( i82875p_host_device::mchcfg_r)