Exemple #1
0
UINT32 opJMP_1(void) { modM=1; return opJMP(); }
static UINT32 opJMP_1(v60_state *cpustate) { cpustate->modm = 1; return opJMP(cpustate); }
Exemple #3
0
UINT32 opJMP_0(void) { modM=0; return opJMP(); }