X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fm68000%2Fm68kinterface.h;h=84c87af9f3d290d379b1877d47e297a7b66b7338;hb=a739aec450d9e0c1e2684be740b67ebd6cf40add;hp=a3c6e3c73262abd691379a1055b5a6d93b917095;hpb=f0a806e6b168b1c9cab5c9d7a27435dc4a76476a;p=virtualjaguar diff --git a/src/m68000/m68kinterface.h b/src/m68000/m68kinterface.h index a3c6e3c..84c87af 100644 --- a/src/m68000/m68kinterface.h +++ b/src/m68000/m68kinterface.h @@ -98,8 +98,8 @@ void M68KInstructionHook(void); #endif // Functions to allow debugging -void M68KSetHalt(void); -void M68KClearHalt(void); +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.