mirror of
https://github.com/holub/mame
synced 2025-04-26 10:13:37 +03:00
Leftover (nw)
This commit is contained in:
parent
0c466639a9
commit
407d98f3d7
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user