| Previous | 199869 Revisions | Next |
| r33802 Wednesday 10th December, 2014 at 18:28:17 UTC by Olivier Galibert |
|---|
| i82875p: toud display fix [O. Galibert] |
| [src/emu/machine] | i82875p.c |
| r242313 | r242314 | |
|---|---|---|
| 240 | 240 | WRITE16_MEMBER(i82875p_host_device::toud_w) |
| 241 | 241 | { |
| 242 | 242 | COMBINE_DATA(&toud); |
| 243 | logerror("%s: toud = %08x\n", tag(), 512*toud); | |
| 243 | toud &= ~7; | |
| 244 | logerror("%s: toud = %08x\n", tag(), toud << 16); | |
| 244 | 245 | remap_cb(); |
| 245 | 246 | } |
| 246 | 247 |
| https://github.com/mamedev/mame/commit/0935c7d5e3976fb85953c212c3a53377fa70b4dd |
| Previous | 199869 Revisions | Next |