Home
last modified time | relevance | path

Searched refs:FXVCE_GSREG_COEFF0 (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/mednafen/mednafen/src/pcfx/
H A Dking.h59 FXVCE_GSREG_COEFF0, enumerator
H A Ddebug.cpp865 { FXVCE_GSREG_COEFF0, "COEFF0", "VCE Cellophane Coefficient 0(1A)", 0x100 | 12 },
H A Dking.cpp3781 …else if(id == FXVCE_GSREG_COEFF0 || id == FXVCE_GSREG_COEFF1 || id == FXVCE_GSREG_COEFF2 || id == … in FXVCE_SetRegister()
3782 fx_vce.coefficients[id - FXVCE_GSREG_COEFF0] = value & 0xFFF; in FXVCE_SetRegister()
3856 …else if(id == FXVCE_GSREG_COEFF0 || id == FXVCE_GSREG_COEFF1 || id == FXVCE_GSREG_COEFF2 || id == … in FXVCE_GetRegister()
3858 value = fx_vce.coefficients[id - FXVCE_GSREG_COEFF0]; in FXVCE_GetRegister()