Exemplo n.º 1
0
UINT32 opINCW_1(void) { modM=1; return opINCW(); }
Exemplo n.º 2
0
static UINT32 opINCW_1(v60_state *cpustate) { cpustate->modm = 1; return opINCW(cpustate); }
Exemplo n.º 3
0
UINT32 opINCW_0(void) { modM=0; return opINCW(); }