| Previous | 199869 Revisions | Next |
| r33906 Monday 15th December, 2014 at 17:55:24 UTC by Olivier Galibert |
|---|
| Leftover (nw) |
| [src/emu/machine] | i82875p.c |
| r242417 | r242418 | |
|---|---|---|
| 238 | 238 | return toud; |
| 239 | 239 | } |
| 240 | 240 | |
| 241 | #include "debugger.h" | |
| 242 | ||
| 243 | 241 | WRITE16_MEMBER(i82875p_host_device::toud_w) |
| 244 | 242 | { |
| 245 | 243 | COMBINE_DATA(&toud); |
| 246 | 244 | toud &= ~7; |
| 247 | 245 | logerror("%s: toud = %08x\n", tag(), toud << 16); |
| 248 | 246 | remap_cb(); |
| 249 | debugger_break(machine()); | |
| 250 | 247 | } |
| 251 | 248 | |
| 252 | 249 | READ16_MEMBER( i82875p_host_device::mchcfg_r) |
| https://github.com/mamedev/mame/commit/407d98f3d75f4dda710437daf109bad89cf21a75 |
| Previous | 199869 Revisions | Next |