Beispiel #1
0
UINT32 opPREPARE_1(void) { modM=1; return opPREPARE(); }
static UINT32 opPREPARE_1(v60_state *cpustate) { cpustate->modm = 1; return opPREPARE(cpustate); }
Beispiel #3
0
UINT32 opPREPARE_0(void) { modM=0; return opPREPARE(); }