summaryrefslogtreecommitdiff
path: root/src/fxemu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fxemu.h')
-rw-r--r--src/fxemu.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/fxemu.h b/src/fxemu.h
index 133f646..2c03a97 100644
--- a/src/fxemu.h
+++ b/src/fxemu.h
@@ -112,13 +112,6 @@ extern int FxEmulate(uint32 nInstructions);
extern void FxCacheWriteAccess(uint16 vAddress);
extern void FxFlushCache(); /* Callled when the G flag in SFR is set to zero */
-/* Breakpoint */
-extern void FxBreakPointSet(uint32 vAddress);
-extern void FxBreakPointClear();
-
-/* Step by step execution */
-extern int FxStepOver(uint32 nInstructions);
-
/* Errors */
extern int FxGetErrorCode();
extern int FxGetIllegalAddress();