Home
last modified time | relevance | path

Searched refs:C4WFY2Val (Results 1 – 25 of 28) sorted by relevance

12

/dports/games/libretro-snes9x/snes9x-73aa348/
H A Dc4.cpp17 int16 C4WFY2Val; variable
43 tanval = -(double) C4WFY2Val * C4_PI * 2 / 128; in C4TransfWireFrame()
69 tanval = -(double) C4WFY2Val * C4_PI * 2 / 128; in C4TransfWireFrame2()
86 C4WFYVal = C4WFY2Val - C4WFYVal; in C4CalcWireFrame()
H A Dc4.h14 extern int16 C4WFY2Val;
H A Dc4emu.cpp428 C4WFY2Val = Memory.C4RAM[0x1f87]; in C4DrawLine()
445 C4WFY2Val = (int16) (Y2 >> 8); in C4DrawLine()
516 C4WFY2Val = Memory.C4RAM[0x1f86]; in C4TransformLines()
555 C4WFY2Val = READ_WORD(Memory.C4RAM + (ptr[1] << 4) + 5); in C4TransformLines()
996 C4WFY2Val = Memory.C4RAM[0x1f8a]; in S9xSetC4()
/dports/emulators/snes9x-gtk/snes9x-1.54.1/
H A Dc4.cpp192 int16 C4WFY2Val; variable
218 tanval = -(double) C4WFY2Val * C4_PI * 2 / 128; in C4TransfWireFrame()
244 tanval = -(double) C4WFY2Val * C4_PI * 2 / 128; in C4TransfWireFrame2()
261 C4WFYVal = C4WFY2Val - C4WFYVal; in C4CalcWireFrame()
H A Dc4.h189 extern int16 C4WFY2Val;
H A Dc4emu.cpp603 C4WFY2Val = Memory.C4RAM[0x1f87]; in C4DrawLine()
620 C4WFY2Val = (int16) (Y2 >> 8); in C4DrawLine()
691 C4WFY2Val = Memory.C4RAM[0x1f86]; in C4TransformLines()
730 C4WFY2Val = READ_WORD(Memory.C4RAM + (ptr[1] << 4) + 5); in C4TransformLines()
1171 C4WFY2Val = Memory.C4RAM[0x1f8a]; in S9xSetC4()
/dports/games/libretro-snes9x2005/snes9x2005-218be8e/source/
H A Dc4.c12 int16_t C4WFY2Val; variable
146 tanval = -C4WFY2Val << 9; in C4TransfWireFrame()
172 tanval = -C4WFY2Val << 9; in C4TransfWireFrame2()
189 C4WFYVal = C4WFY2Val - C4WFYVal; in C4CalcWireFrame()
H A Dc4.h12 extern int16_t C4WFY2Val;
H A Dc4emu.c267 C4WFY2Val = Memory.C4RAM[0x1f87]; in C4DrawLine()
284 C4WFY2Val = (int16_t)(Y2 >> 8); in C4DrawLine()
347 C4WFY2Val = Memory.C4RAM[0x1f86]; in C4TransformLines()
380 C4WFY2Val = READ_WORD(Memory.C4RAM + (ptr[1] << 4) + 5); in C4TransformLines()
657 C4WFY2Val = Memory.C4RAM[0x1f8a]; in S9xSetC4()
/dports/emulators/mednafen/mednafen/src/snes/src/chip/cx4/
H A Dfunctions.cpp24 tanval = -(double)C4WFY2Val * PI * 2 / 128; in C4TransfWireFrame()
40 C4WFYVal = C4WFY2Val - C4WFYVal; in C4CalcWireFrame()
67 tanval = -(double)C4WFY2Val * PI * 2 / 128; in C4TransfWireFrame2()
116 C4WFY2Val = read(0x1f87); in C4DrawLine()
133 C4WFY2Val = (int16)(Y2 >> 8); in C4DrawLine()
H A Dserialization.cpp28 s.integer(C4WFY2Val); in serialize()
H A Doam.cpp87 C4WFY2Val = read(0x1f86); in op00_05()
118 C4WFY2Val = readw((read(ptr + 1) << 4) + 5); in op00_05()
H A Dcx4.hpp26 int16 C4WFXVal, C4WFYVal, C4WFZVal, C4WFX2Val, C4WFY2Val, C4WFDist, C4WFScale; member in Cx4
H A Dopcodes.cpp174 C4WFY2Val = read (0x1f8a); in op2d()
/dports/games/libretro-beetle_bsnes/beetle-bsnes-libretro-b65ded5bde278c18af538c687db9b72c995b220a/mednafen/snes/src/chip/cx4/
H A Dfunctions.cpp24 tanval = -(double)C4WFY2Val * PI * 2 / 128; in C4TransfWireFrame()
40 C4WFYVal = C4WFY2Val - C4WFYVal; in C4CalcWireFrame()
67 tanval = -(double)C4WFY2Val * PI * 2 / 128; in C4TransfWireFrame2()
116 C4WFY2Val = read(0x1f87); in C4DrawLine()
133 C4WFY2Val = (int16)(Y2 >> 8); in C4DrawLine()
H A Dcx4_serialization.cpp28 s.integer(C4WFY2Val); in serialize()
H A Doam.cpp87 C4WFY2Val = read(0x1f86); in op00_05()
118 C4WFY2Val = readw((read(ptr + 1) << 4) + 5); in op00_05()
H A Dcx4.hpp26 int16 C4WFXVal, C4WFYVal, C4WFZVal, C4WFX2Val, C4WFY2Val, C4WFDist, C4WFScale; member in Cx4
/dports/emulators/mess/mame-mame0226/src/mame/machine/
H A Dcx4fn.hxx34 cx4.tanval = -(double)cx4.C4WFY2Val * PI * 2 / 128; in CX4_C4TransfWireFrame()
51 cx4.C4WFYVal = cx4.C4WFY2Val - cx4.C4WFYVal; in CX4_C4CalcWireFrame()
83 cx4.tanval = -(double)cx4.C4WFY2Val * PI * 2 / 128; in CX4_C4TransfWireFrame2()
160 cx4.C4WFY2Val = CX4_read(0x1f87); in CX4_C4DrawLine()
177 cx4.C4WFY2Val = (int16_t)(Y2 >> 8); in CX4_C4DrawLine()
H A Dsnescx4.h20 int16_t C4WFXVal, C4WFYVal, C4WFZVal, C4WFX2Val, C4WFY2Val, C4WFDist, C4WFScale; member
H A Dcx4oam.hxx144 cx4.C4WFY2Val = CX4_read(0x1f86); in CX4_op00_05()
175 cx4.C4WFY2Val = CX4_readw((CX4_read(ptr + 1) << 4) + 5); in CX4_op00_05()
/dports/emulators/mame/mame-mame0226/src/mame/machine/
H A Dcx4fn.hxx34 cx4.tanval = -(double)cx4.C4WFY2Val * PI * 2 / 128; in CX4_C4TransfWireFrame()
51 cx4.C4WFYVal = cx4.C4WFY2Val - cx4.C4WFYVal; in CX4_C4CalcWireFrame()
83 cx4.tanval = -(double)cx4.C4WFY2Val * PI * 2 / 128; in CX4_C4TransfWireFrame2()
160 cx4.C4WFY2Val = CX4_read(0x1f87); in CX4_C4DrawLine()
177 cx4.C4WFY2Val = (int16_t)(Y2 >> 8); in CX4_C4DrawLine()
H A Dsnescx4.h20 int16_t C4WFXVal, C4WFYVal, C4WFZVal, C4WFX2Val, C4WFY2Val, C4WFDist, C4WFScale; member
H A Dcx4oam.hxx144 cx4.C4WFY2Val = CX4_read(0x1f86); in CX4_op00_05()
175 cx4.C4WFY2Val = CX4_readw((CX4_read(ptr + 1) << 4) + 5); in CX4_op00_05()
/dports/games/libretro-snes9x2010/snes9x2010-714b1c8/src/
H A Dc4emu.c237 static int16 C4WFY2Val; variable
640 C4WFYVal = C4WFY2Val - C4WFYVal; in C4CalcWireFrame()
679 tanval = -(double) C4WFY2Val * C4_PI * 2 / 128; in C4TransfWireFrame2()
702 C4WFY2Val = Memory.C4RAM[0x1f87]; in C4DrawLine()
719 C4WFY2Val = (int16) (Y2 >> 8); in C4DrawLine()
793 tanval = -(double) C4WFY2Val * C4_PI * 2 / 128; in C4TransfWireFrame()
812 C4WFY2Val = Memory.C4RAM[0x1f86]; in C4TransformLines()
846 C4WFY2Val = READ_WORD(Memory.C4RAM + (ptr[1] << 4) + 5); in C4TransformLines()
1227 C4WFY2Val = Memory.C4RAM[0x1f8a]; in S9xSetC4()

12