| Previous | 199869 Revisions | Next |
| r33712 Saturday 6th December, 2014 at 17:05:13 UTC by Curt Coder |
|---|
| i86: Fixed debugging with segment prefixes. (nw) |
| [src/emu/cpu/i86] | i86.c |
| r242223 | r242224 | |
|---|---|---|
| 178 | 178 | } |
| 179 | 179 | } |
| 180 | 180 | |
| 181 | debugger_instruction_hook( this, pc() ); | |
| 181 | if (!m_seg_prefix) | |
| 182 | { | |
| 183 | debugger_instruction_hook( this, pc() ); | |
| 184 | } | |
| 182 | 185 | |
| 183 | 186 | UINT8 op = fetch_op(); |
| 184 | 187 |
| https://github.com/mamedev/mame/commit/1245ccba8c6d7753644a4a505c688bbad47e2563 |
| Previous | 199869 Revisions | Next |