| Previous | 199869 Revisions | Next |
| r32054 Wednesday 10th September, 2014 at 17:41:27 UTC by Oliver Stöneberg |
|---|
| replaced exit() with fatalerror() in src/emu/cpu/mcs96/mcs96.c (nw) |
| [src/emu/cpu/mcs96] | mcs96.c |
| r32053 | r32054 | |
|---|---|---|
| 128 | 128 | int picount = inst_state >= 0x200 ? -1 : icount; |
| 129 | 129 | do_exec_full(); |
| 130 | 130 | if(icount == picount) { |
| 131 | fprintf(stderr, "Unhandled %x (%04x)\n", inst_state, PPC); | |
| 132 | exit(0); | |
| 131 | fatalerror("Unhandled %x (%04x)\n", inst_state, PPC); | |
| 133 | 132 | } |
| 134 | 133 | } |
| 135 | 134 | while(bcount && icount <= bcount) |
| Previous | 199869 Revisions | Next |