mirror of
https://github.com/holub/mame
synced 2025-04-27 10:43:07 +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;
|
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)
|
||||||
|
Loading…
Reference in New Issue
Block a user