Beispiel #1
0
inline u32 M68K_GetMSP(void)
{
#ifdef CPU68K_USE_MUSASHI
    return m68k_get_reg(NULL, M68K_REG_ISP);
#endif

#ifdef CPU68K_USE_C68K
    return C68k_Get_MSP(&C68K);
#endif
}
Beispiel #2
0
static u32 M68KC68KGetMSP(void) {
	return C68k_Get_MSP(&C68K);
}