aboutsummaryrefslogtreecommitdiff
path: root/source/fxemu.h
diff options
context:
space:
mode:
authormeepingsnesroms2016-10-18 18:30:36 -0700
committermeepingsnesroms2016-10-18 18:30:36 -0700
commit1cc61b98f35bc681105bdfe9726212d9727ea97f (patch)
tree380d3e6bd58146466e9221a23f61f378b955cef8 /source/fxemu.h
parente2eb2ce8c9c2c8731d8fcffedaf8a6a40346b69a (diff)
downloadsnes9x2005-1cc61b98f35bc681105bdfe9726212d9727ea97f.tar.gz
snes9x2005-1cc61b98f35bc681105bdfe9726212d9727ea97f.tar.bz2
snes9x2005-1cc61b98f35bc681105bdfe9726212d9727ea97f.zip
Remove breakpoint functions.
No one should use this emu for testing, and those functions where just floating there disconnected.
Diffstat (limited to 'source/fxemu.h')
-rw-r--r--source/fxemu.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/source/fxemu.h b/source/fxemu.h
index cee82f0..fcc1ee0 100644
--- a/source/fxemu.h
+++ b/source/fxemu.h
@@ -112,12 +112,11 @@ extern int FxEmulate(uint32_t nInstructions);
/* Write access to the cache */
extern void FxCacheWriteAccess(uint16_t vAddress);
-extern void
-FxFlushCache(); /* Callled when the G flag in SFR is set to zero */
+extern void FxFlushCache(); /* Callled when the G flag in SFR is set to zero */
/* Breakpoint */
-extern void FxBreakPointSet(uint32_t vAddress);
-extern void FxBreakPointClear();
+//extern void FxBreakPointSet(uint32_t vAddress);
+//extern void FxBreakPointClear();
/* Step by step execution */
extern int FxStepOver(uint32_t nInstructions);