Home
last modified time | relevance | path

Searched refs:C4RAM (Results 1 – 17 of 17) sorted by relevance

/dports/games/libretro-snes9x/snes9x-73aa348/
H A Dc4emu.cpp176 uint8 *OAMptr = Memory.C4RAM + (Memory.C4RAM[0x626] << 2); in C4ConvOAM()
188 OAMptr2 = Memory.C4RAM + 0x200 + (Memory.C4RAM[0x626] >> 2); in C4ConvOAM()
193 if ((Memory.C4RAM[0x626] >> 2) != Memory.C4RAM[0x629]) in C4ConvOAM()
195 if (((uint16) Memory.C4RAM[0x626] << 2) != READ_WORD(Memory.C4RAM + 0x627)) in C4ConvOAM()
526 uint8 *ptr = Memory.C4RAM; in C4TransformLines()
547 ptr = Memory.C4RAM + 0xb02; in C4TransformLines()
575 uint8 *dst = Memory.C4RAM; in C4BitPlaneWave()
581 if (READ_3WORD(Memory.C4RAM + 0x1f80) != Memory.C4RAM[waveptr + 0xb00]) in C4BitPlaneWave()
919 int16 y = READ_WORD(Memory.C4RAM + 0x1f83) - READ_WORD(Memory.C4RAM + 0x1f89); in S9xSetC4()
1070 …if (READ_WORD(Memory.C4RAM + 0x1f45) < 0x6000 || (READ_WORD(Memory.C4RAM + 0x1f45) + READ_WORD(Mem… in S9xSetC4()
[all …]
H A Dc4.cpp150 return (Memory.C4RAM - 0x6000); in S9xGetBasePointerC4()
157 return (Memory.C4RAM - 0x6000 + (Address & 0xffff)); in S9xGetMemPointerC4()
H A Dmemmap.h62 uint8 *C4RAM; member
H A Dsnapshot.cpp1206 FreezeBlock (stream, "CX4", Memory.C4RAM, 8192); in S9xFreezeToStream()
1427 result = UnfreezeBlock(stream, "CX4", Memory.C4RAM, 8192); in S9xUnfreezeFromStream()
1585 memcpy(Memory.C4RAM, local_cx4_data, 8192); in S9xUnfreezeFromStream()
H A Dmemmap.cpp968 C4RAM = ROM + 0x400000 + 8192 * 8; // C4 in Init()
/dports/emulators/snes9x-gtk/snes9x-1.54.1/
H A Dc4emu.cpp351 uint8 *OAMptr = Memory.C4RAM + (Memory.C4RAM[0x626] << 2); in C4ConvOAM()
363 OAMptr2 = Memory.C4RAM + 0x200 + (Memory.C4RAM[0x626] >> 2); in C4ConvOAM()
368 if ((Memory.C4RAM[0x626] >> 2) != Memory.C4RAM[0x629]) in C4ConvOAM()
370 if (((uint16) Memory.C4RAM[0x626] << 2) != READ_WORD(Memory.C4RAM + 0x627)) in C4ConvOAM()
701 uint8 *ptr = Memory.C4RAM; in C4TransformLines()
722 ptr = Memory.C4RAM + 0xb02; in C4TransformLines()
750 uint8 *dst = Memory.C4RAM; in C4BitPlaneWave()
756 if (READ_3WORD(Memory.C4RAM + 0x1f80) != Memory.C4RAM[waveptr + 0xb00]) in C4BitPlaneWave()
1094 int16 y = READ_WORD(Memory.C4RAM + 0x1f83) - READ_WORD(Memory.C4RAM + 0x1f89); in S9xSetC4()
1244 …if (READ_WORD(Memory.C4RAM + 0x1f45) < 0x6000 || (READ_WORD(Memory.C4RAM + 0x1f45) + READ_WORD(Mem… in S9xSetC4()
[all …]
H A Dc4.cpp325 return (Memory.C4RAM - 0x6000); in S9xGetBasePointerC4()
332 return (Memory.C4RAM - 0x6000 + (Address & 0xffff)); in S9xGetMemPointerC4()
H A Dmemmap.h237 uint8 *C4RAM; member
H A Dsnapshot.cpp1359 FreezeBlock (stream, "CX4", Memory.C4RAM, 8192); in S9xFreezeToStream()
1688 memcpy(Memory.C4RAM, local_cx4_data, 8192); in S9xUnfreezeFromStream()
H A Dmemmap.cpp1139 C4RAM = ROM + 0x400000 + 8192 * 8; // C4 in Init()
/dports/games/libretro-snes9x2005/snes9x2005-218be8e/source/
H A Dc4emu.c45 uint8_t* OAMptr = Memory.C4RAM + (Memory.C4RAM[0x626] << 2); in C4ConvOAM()
51 OAMptr2 = Memory.C4RAM + 0x200 + (Memory.C4RAM[0x626] >> 2); in C4ConvOAM()
53 if (Memory.C4RAM[0x0620] != 0) in C4ConvOAM()
194 w = Memory.C4RAM[0x1f89] & ~7; in C4DoScaleRotate()
195 h = Memory.C4RAM[0x1f8c] & ~7; in C4DoScaleRotate()
352 ptr = Memory.C4RAM; in C4TransformLines()
372 ptr = Memory.C4RAM + 0xb02; in C4TransformLines()
373 ptr2 = Memory.C4RAM; in C4TransformLines()
398 uint8_t* dst = Memory.C4RAM; in C4BitPlaneWave()
604 int16_t y = READ_WORD(Memory.C4RAM + 0x1f83) - READ_WORD(Memory.C4RAM + 0x1f89); in S9xSetC4()
[all …]
H A Dgetset.c339 return Memory.C4RAM - 0x6000; in GetBasePointer()
372 return Memory.C4RAM - 0x6000 + (Address & 0xffff); in S9xGetMemPointer()
409 CPU.PCBase = Memory.C4RAM - 0x6000; in S9xSetPCBase()
H A Dmemmap.h111 uint8_t* C4RAM; member
/dports/games/libretro-snes9x2010/snes9x2010-714b1c8/src/
H A Dc4emu.c415 OAMptr = Memory.C4RAM + (Memory.C4RAM[0x626] << 2); in C4ConvOAM()
422 OAMptr2 = Memory.C4RAM + 0x200 + (Memory.C4RAM[0x626] >> 2); in C4ConvOAM()
817 ptr = Memory.C4RAM; in C4TransformLines()
838 ptr = Memory.C4RAM + 0xb02; in C4TransformLines()
839 ptr2 = Memory.C4RAM; in C4TransformLines()
868 uint8 *dst = Memory.C4RAM; in C4BitPlaneWave()
953 src = Memory.C4RAM + 0x600; in C4SprDisintegrate()
985 switch (Memory.C4RAM[0x1f4d]) in C4ProcessSprites()
1163 int16 y = READ_WORD(Memory.C4RAM + 0x1f83) - READ_WORD(Memory.C4RAM + 0x1f89); in S9xSetC4()
1172 …nt32) tan2 * y, 16) - READ_WORD(Memory.C4RAM + 0x1f80) + READ_WORD(Memory.C4RAM + 0x1f86) + READ_W… in S9xSetC4()
[all …]
H A Dmemmap.h247 uint8 *C4RAM; member
H A Dsnapshot.c1323 FreezeBlock (stream, "CX4", Memory.C4RAM, 8192); in S9xFreezeToStream()
1807 result = UnfreezeBlock(stream, "CX4", Memory.C4RAM, 8192); in S9xUnfreezeFromStream()
1922 memcpy(Memory.C4RAM, local_cx4_data, 8192); in S9xUnfreezeFromStream()
H A Dmemmap.c449 Memory.C4RAM = Memory.ROM + 0x400000 + 8192 * 8; /* C4 */ in Init()