Esempio n. 1
0
UINT32 opJSR_1(void) { modM=1; return opJSR(); }
Esempio n. 2
0
static UINT32 opJSR_1(v60_state *cpustate) { cpustate->modm = 1; return opJSR(cpustate); }
Esempio n. 3
0
UINT32 opJSR_0(void) { modM=0; return opJSR(); }