Beispiel #1
0
UINT32 opRET_1(void) { modM=1; return opRET(); }
static UINT32 opRET_1(v60_state *cpustate) { cpustate->modm = 1; return opRET(cpustate); }
Beispiel #3
0
UINT32 opRET_0(void) { modM=0; return opRET(); }