| 663 | } |
| 664 | |
| 665 | void BreakHit(int bp_num) |
| 666 | { |
| 667 | FCEUI_SetEmulationPaused(EMULATIONPAUSED_PAUSED); //mbg merge 7/19/06 changed to use EmulationPaused() |
| 668 | |
| 669 | //#ifdef WIN32 |
| 670 | FCEUD_DebugBreakpoint(bp_num); |
| 671 | //#endif |
| 672 | } |
| 673 | |
| 674 | int StackAddrBackup; |
| 675 | uint16 StackNextIgnorePC = 0xFFFF; |
no test coverage detected