]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/m68000/m68kinterface.h
Added breakpoint on memory access to Alpine mode.
[virtualjaguar] / src / m68000 / m68kinterface.h
index 613bb11c68baed8ad0ddec5d46ed58b2da415656..a3c6e3c73262abd691379a1055b5a6d93b917095 100644 (file)
@@ -97,6 +97,10 @@ int irq_ack_handler(int);
 void M68KInstructionHook(void);
 #endif
 
+// Functions to allow debugging
+void M68KSetHalt(void);
+void M68KClearHalt(void);
+
 /* Peek at the internals of a CPU context.  This can either be a context
  * retrieved using m68k_get_context() or the currently running context.
  * If context is NULL, the currently running CPU context will be used.