aboutsummaryrefslogtreecommitdiff
path: root/source/fxemu.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/fxemu.h')
-rw-r--r--source/fxemu.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/fxemu.h b/source/fxemu.h
index 8826edf..5b1efac 100644
--- a/source/fxemu.h
+++ b/source/fxemu.h
@@ -26,10 +26,6 @@ extern int FxEmulate(uint32_t nInstructions);
extern void FxCacheWriteAccess(uint16_t vAddress);
extern void FxFlushCache(); /* Callled when the G flag in SFR is set to zero */
-/* Breakpoint */
-//extern void FxBreakPointSet(uint32_t vAddress);
-//extern void FxBreakPointClear();
-
/* Step by step execution */
extern int FxStepOver(uint32_t nInstructions);