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; return toud;
} }
#include "debugger.h"
WRITE16_MEMBER(i82875p_host_device::toud_w) WRITE16_MEMBER(i82875p_host_device::toud_w)
{ {
COMBINE_DATA(&toud); COMBINE_DATA(&toud);
toud &= ~7; toud &= ~7;
logerror("%s: toud = %08x\n", tag(), toud << 16); logerror("%s: toud = %08x\n", tag(), toud << 16);
remap_cb(); remap_cb();
debugger_break(machine());
} }
READ16_MEMBER( i82875p_host_device::mchcfg_r) READ16_MEMBER( i82875p_host_device::mchcfg_r)