| ![[BACK]](/cvs/cvsweb/icons/back.gif) Return to steptrap.h CVS log ![[TXT]](/cvs/cvsweb/icons/text.gif) | ![[DIR]](/cvs/cvsweb/icons/dir.gif) Up to  [RetroPC.NET] / np2 / trap | 
add trap (T.Yui)
#if defined(ENABLE_TRAP)
#ifdef __cplusplus
extern "C" {
#endif
void steptrap_hisfileout(void);
void CPUCALL steptrap(UINT cs, UINT32 eip);
#ifdef __cplusplus
}
#endif
#endif