X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fm68000%2Fm68kinterface.h;h=84c87af9f3d290d379b1877d47e297a7b66b7338;hb=0953b21d8806054348a35c6fbc01ede2ee4df158;hp=613bb11c68baed8ad0ddec5d46ed58b2da415656;hpb=f7b2692b338aaf37470be0a1d0e5ae42c82e0c65;p=virtualjaguar diff --git a/src/m68000/m68kinterface.h b/src/m68000/m68kinterface.h index 613bb11..84c87af 100644 --- a/src/m68000/m68kinterface.h +++ b/src/m68000/m68kinterface.h @@ -97,6 +97,10 @@ int irq_ack_handler(int); void M68KInstructionHook(void); #endif +// Functions to allow debugging +void M68KDebugHalt(void); +void M68KDebugResume(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.