Home
last modified time | relevance | path

Searched refs:psxHu32ref (Results 1 – 25 of 33) sorted by relevance

12

/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/
H A Dpsxhw.h34 #define HW_DMA0_BCR (psxHu32ref(0x1084))
35 #define HW_DMA0_CHCR (psxHu32ref(0x1088))
38 #define HW_DMA1_BCR (psxHu32ref(0x1094))
39 #define HW_DMA1_CHCR (psxHu32ref(0x1098))
42 #define HW_DMA2_BCR (psxHu32ref(0x10a4))
43 #define HW_DMA2_CHCR (psxHu32ref(0x10a8))
46 #define HW_DMA3_BCR (psxHu32ref(0x10b4))
47 #define HW_DMA3_CHCR (psxHu32ref(0x10b8))
50 #define HW_DMA4_BCR (psxHu32ref(0x10c4))
51 #define HW_DMA4_CHCR (psxHu32ref(0x10c8))
[all …]
H A Dpsxhw.c35 psxHu32ref(0x1070) |= SWAPu32(irq); in setIrq()
39 if (Config.SioIrq) psxHu32ref(0x1070) |= SWAP32(0x80); in psxHwReset()
40 if (Config.SpuIrq) psxHu32ref(0x1070) |= SWAP32(0x200); in psxHwReset()
591 psxHu32ref(add) = SWAPu32(value); in psxHwWrite32()
599 if (Config.SioIrq) psxHu32ref(0x1070) |= SWAPu32(0x80); in psxHwWrite32()
600 if (Config.SpuIrq) psxHu32ref(0x1070) |= SWAPu32(0x200); in psxHwWrite32()
601 psxHu32ref(0x1070) &= SWAPu32(value); in psxHwWrite32()
607 psxHu32ref(0x1074) = SWAPu32(value); in psxHwWrite32()
741 psxHu32ref(add) = SWAPu32(value); in psxHwWrite32()
830 psxHu32ref(add) = SWAPu32(value); in psxHwWrite32()
[all …]
H A Dspu.c27 psxHu32ref(0x1070) |= SWAPu32(0x200); in SPUirq()
H A Dpsxbios.c1266 psxHu32ref(0x1060) = SWAP32(new); in psxBios_SetMem()
1272 psxHu32ref(0x1060) = SWAP32(new | 0x300); in psxBios_SetMem()
1370 if (a0 != 3) psxHu32ref(0x1074)|= SWAP32((u32)((1<<(a0+4)))); in psxBios_StartRCnt()
1371 else psxHu32ref(0x1074)|= SWAPu32(0x1); in psxBios_StartRCnt()
1381 if (a0 != 3) psxHu32ref(0x1074)&= SWAP32((u32)(~(1<<(a0+4)))); in psxBios_StopRCnt()
1382 else psxHu32ref(0x1074)&= SWAPu32(~0x1); in psxBios_StopRCnt()
2742 psxHu32ref(0x1060) = SWAPu32(0x00000b88); in psxBiosInit()
H A Dcdrom.c232 psxHu32ref(0x1070) |= SWAP32((u32)0x4); in setIrq()
282 psxHu32ref(0x1070) |= SWAP32((u32)0x200); in cdrDecodedBufferInterrupt()
1147 if ((psxHu32ref(0x1070) & psxHu32ref(0x1074) & SWAP32((u32)0x4)) && !cdr.ReadRescheduled) { in cdrReadInterrupt()
H A Dpsxmem.h110 #define psxHu32ref(mem) (*(u32 *)&psxH[(mem) & 0xffff]) macro
H A Dpsxmem.c319 psxHu32ref(mem) = SWAPu32(value); in psxMemWrite32()
H A Dsio.c874 psxHu32ref(0x1070) |= SWAPu32(0x80); in sioInterrupt()
1358 psxHu32ref(0x1070) |= SWAPu32(0x100); in SIO1irq()
H A Dpsxcounters.c95 psxHu32ref(0x1070) |= SWAPu32(irq); in setIrq()
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/libpcsxcore/
H A Dpsxhw.h34 #define HW_DMA0_BCR (psxHu32ref(0x1084))
35 #define HW_DMA0_CHCR (psxHu32ref(0x1088))
38 #define HW_DMA1_BCR (psxHu32ref(0x1094))
39 #define HW_DMA1_CHCR (psxHu32ref(0x1098))
42 #define HW_DMA2_BCR (psxHu32ref(0x10a4))
43 #define HW_DMA2_CHCR (psxHu32ref(0x10a8))
46 #define HW_DMA3_BCR (psxHu32ref(0x10b4))
47 #define HW_DMA3_CHCR (psxHu32ref(0x10b8))
50 #define HW_DMA4_BCR (psxHu32ref(0x10c4))
51 #define HW_DMA4_CHCR (psxHu32ref(0x10c8))
[all …]
H A Dpsxhw.c33 if (Config.Sio) psxHu32ref(0x1070) |= SWAP32(0x80); in psxHwReset()
34 if (Config.SpuIrq) psxHu32ref(0x1070) |= SWAP32(0x200); in psxHwReset()
539 psxHu32ref(add) = SWAPu32(value); in psxHwWrite32()
547 if (Config.Sio) psxHu32ref(0x1070) |= SWAPu32(0x80); in psxHwWrite32()
548 if (Config.SpuIrq) psxHu32ref(0x1070) |= SWAPu32(0x200); in psxHwWrite32()
549 psxHu32ref(0x1070) &= SWAPu32(value); in psxHwWrite32()
555 psxHu32ref(0x1074) = SWAPu32(value); in psxHwWrite32()
556 if (psxHu32ref(0x1070) & value) in psxHwWrite32()
674 psxHu32ref(0x1070) |= SWAP32(8); in psxHwWrite32()
755 psxHu32ref(add) = SWAPu32(value); in psxHwWrite32()
[all …]
H A Dgpu.h35 #define HW_GPU_STATUS psxHu32ref(0x1814)
H A Dspu.c27 psxHu32ref(0x1070) |= SWAPu32(0x200); in SPUirq()
H A Dpsxbios.c1550 psxHu32ref(0x1060) = SWAP32(new); in psxBios_SetMem()
1556 psxHu32ref(0x1060) = SWAP32(new | 0x300); in psxBios_SetMem()
1660 if (a0 != 3) psxHu32ref(0x1074)|= SWAP32((u32)((1<<(a0+4)))); in psxBios_StartRCnt()
1661 else psxHu32ref(0x1074)|= SWAPu32(0x1); in psxBios_StartRCnt()
1671 if (a0 != 3) psxHu32ref(0x1074)&= SWAP32((u32)(~(1<<(a0+4)))); in psxBios_StopRCnt()
1672 else psxHu32ref(0x1074)&= SWAPu32(~0x1); in psxBios_StopRCnt()
3088 psxHu32ref(0x1060) = SWAPu32(0x00000b88); in psxBiosInit()
H A Dpsxmem.h110 #define psxHu32ref(mem) (*(u32 *)&psxH[(mem) & 0xffff]) macro
H A Dpsxmem.c382 psxHu32ref(mem) = SWAPu32(value); in psxMemWrite32()
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/libpcsxcore/
H A Dpsxhw.h34 #define HW_DMA0_BCR (psxHu32ref(0x1084))
35 #define HW_DMA0_CHCR (psxHu32ref(0x1088))
38 #define HW_DMA1_BCR (psxHu32ref(0x1094))
39 #define HW_DMA1_CHCR (psxHu32ref(0x1098))
42 #define HW_DMA2_BCR (psxHu32ref(0x10a4))
43 #define HW_DMA2_CHCR (psxHu32ref(0x10a8))
46 #define HW_DMA3_BCR (psxHu32ref(0x10b4))
47 #define HW_DMA3_CHCR (psxHu32ref(0x10b8))
50 #define HW_DMA4_BCR (psxHu32ref(0x10c4))
51 #define HW_DMA4_CHCR (psxHu32ref(0x10c8))
[all …]
H A Dpsxhw.c33 if (Config.Sio) psxHu32ref(0x1070) |= SWAP32(0x80); in psxHwReset()
34 if (Config.SpuIrq) psxHu32ref(0x1070) |= SWAP32(0x200); in psxHwReset()
539 psxHu32ref(add) = SWAPu32(value); in psxHwWrite32()
547 if (Config.Sio) psxHu32ref(0x1070) |= SWAPu32(0x80); in psxHwWrite32()
548 if (Config.SpuIrq) psxHu32ref(0x1070) |= SWAPu32(0x200); in psxHwWrite32()
549 psxHu32ref(0x1070) &= SWAPu32(value); in psxHwWrite32()
555 psxHu32ref(0x1074) = SWAPu32(value); in psxHwWrite32()
556 if (psxHu32ref(0x1070) & value) in psxHwWrite32()
674 psxHu32ref(0x1070) |= SWAP32(8); in psxHwWrite32()
755 psxHu32ref(add) = SWAPu32(value); in psxHwWrite32()
[all …]
H A Dgpu.h35 #define HW_GPU_STATUS psxHu32ref(0x1814)
H A Dspu.c27 psxHu32ref(0x1070) |= SWAPu32(0x200); in SPUirq()
H A Dpsxbios.c1550 psxHu32ref(0x1060) = SWAP32(new); in psxBios_SetMem()
1556 psxHu32ref(0x1060) = SWAP32(new | 0x300); in psxBios_SetMem()
1660 if (a0 != 3) psxHu32ref(0x1074)|= SWAP32((u32)((1<<(a0+4)))); in psxBios_StartRCnt()
1661 else psxHu32ref(0x1074)|= SWAPu32(0x1); in psxBios_StartRCnt()
1671 if (a0 != 3) psxHu32ref(0x1074)&= SWAP32((u32)(~(1<<(a0+4)))); in psxBios_StopRCnt()
1672 else psxHu32ref(0x1074)&= SWAPu32(~0x1); in psxBios_StopRCnt()
3088 psxHu32ref(0x1060) = SWAPu32(0x00000b88); in psxBiosInit()
H A Dpsxmem.h110 #define psxHu32ref(mem) (*(u32 *)&psxH[(mem) & 0xffff]) macro
H A Dpsxmem.c382 psxHu32ref(mem) = SWAPu32(value); in psxMemWrite32()
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/libpcsxcore/new_dynarec/backends/psx/
H A Dpcsxmem.c170 if (Config.SpuIrq) psxHu32ref(0x1070) |= 0x200; in io_write_ireg32()
171 psxHu32ref(0x1070) &= value; in io_write_ireg32()
176 psxHu32ref(0x1074) = value; in io_write_imask32()
177 if (psxHu32ref(0x1070) & value) in io_write_imask32()
188 psxHu32ref(0x1070) |= SWAP32(8); in io_write_dma_icr32()
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/libpcsxcore/new_dynarec/backends/psx/
H A Dpcsxmem.c170 if (Config.SpuIrq) psxHu32ref(0x1070) |= 0x200; in io_write_ireg32()
171 psxHu32ref(0x1070) &= value; in io_write_ireg32()
176 psxHu32ref(0x1074) = value; in io_write_imask32()
177 if (psxHu32ref(0x1070) & value) in io_write_imask32()
188 psxHu32ref(0x1070) |= SWAP32(8); in io_write_dma_icr32()

12