Breakpoint will happen in case of writing at unknown memory location
[clinton/Virtual-Jaguar-Rx.git] / src / m68000 / m68kinterface.h
index fb419aa..3a9c869 100644 (file)
@@ -102,7 +102,7 @@ int M68KGetCurrentOpcodeFamily(void);
 
 
 // Functions to allow debugging
-void M68KDebugHalt(void);
+int M68KDebugHalt(void);
 void M68KDebugResume(void);
 int M68KDebugHaltStatus(void);