--- generator/hdr/reg68k.h 2020/03/04 04:46:28 1.1.1.1 +++ generator/hdr/reg68k.h 2020/03/04 04:46:30 1.1.1.2 @@ -1,11 +1,14 @@ /*****************************************************************************/ -/* Generator - Sega Genesis emulation - (c) James Ponder 1997-1998 */ +/* Generator - Sega Genesis emulation - (c) James Ponder 1997-2001 */ /*****************************************************************************/ /* */ -/* gen68k.h */ +/* reg68k.h */ /* */ /*****************************************************************************/ -void reg68k_step(void); -void reg68k_framestep(void); -void reg68k_vector(int vno, uint32 oldpc); +unsigned int reg68k_external_step(void); +unsigned int reg68k_external_execute(unsigned int clocks); +void reg68k_external_autovector(int avno); + +void reg68k_internal_autovector(int avno); +void reg68k_internal_vector(int vno, uint32 oldpc);