Home
last modified time | relevance | path

Searched refs:STV_VDP2_PLSZ (Results 1 – 4 of 4) sorted by relevance

/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/vidhrdw/
H A Dstvvdp2_vidhrdw.c550 #define STV_VDP2_PLSZ ((stv_vdp2_regs[0x038/4] >> 0)&0x0000ffff) macro
557 #define STV_VDP2_N0PLSZ ((STV_VDP2_PLSZ & 0x0003) >> 0)
558 #define STV_VDP2_N1PLSZ ((STV_VDP2_PLSZ & 0x000c) >> 2)
559 #define STV_VDP2_N2PLSZ ((STV_VDP2_PLSZ & 0x0030) >> 4)
560 #define STV_VDP2_N3PLSZ ((STV_VDP2_PLSZ & 0x00c0) >> 6)
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/vidhrdw/
H A Dstvvdp2_vidhrdw.c550 #define STV_VDP2_PLSZ ((stv_vdp2_regs[0x038/4] >> 0)&0x0000ffff) macro
557 #define STV_VDP2_N0PLSZ ((STV_VDP2_PLSZ & 0x0003) >> 0)
558 #define STV_VDP2_N1PLSZ ((STV_VDP2_PLSZ & 0x000c) >> 2)
559 #define STV_VDP2_N2PLSZ ((STV_VDP2_PLSZ & 0x0030) >> 4)
560 #define STV_VDP2_N3PLSZ ((STV_VDP2_PLSZ & 0x00c0) >> 6)
/dports/emulators/mess/mame-mame0226/src/devices/video/
H A Dstvvdp2.cpp701 #define STV_VDP2_PLSZ (m_vdp2_regs[0x03a/2]) macro
708 #define STV_VDP2_RBOVR ((STV_VDP2_PLSZ & 0xc000) >> 14)
709 #define STV_VDP2_RBPLSZ ((STV_VDP2_PLSZ & 0x3000) >> 12)
710 #define STV_VDP2_RAOVR ((STV_VDP2_PLSZ & 0x0c00) >> 10)
711 #define STV_VDP2_RAPLSZ ((STV_VDP2_PLSZ & 0x0300) >> 8)
712 #define STV_VDP2_N3PLSZ ((STV_VDP2_PLSZ & 0x00c0) >> 6)
713 #define STV_VDP2_N2PLSZ ((STV_VDP2_PLSZ & 0x0030) >> 4)
714 #define STV_VDP2_N1PLSZ ((STV_VDP2_PLSZ & 0x000c) >> 2)
715 #define STV_VDP2_N0PLSZ ((STV_VDP2_PLSZ & 0x0003) >> 0)
/dports/emulators/mame/mame-mame0226/src/devices/video/
H A Dstvvdp2.cpp701 #define STV_VDP2_PLSZ (m_vdp2_regs[0x03a/2]) macro
708 #define STV_VDP2_RBOVR ((STV_VDP2_PLSZ & 0xc000) >> 14)
709 #define STV_VDP2_RBPLSZ ((STV_VDP2_PLSZ & 0x3000) >> 12)
710 #define STV_VDP2_RAOVR ((STV_VDP2_PLSZ & 0x0c00) >> 10)
711 #define STV_VDP2_RAPLSZ ((STV_VDP2_PLSZ & 0x0300) >> 8)
712 #define STV_VDP2_N3PLSZ ((STV_VDP2_PLSZ & 0x00c0) >> 6)
713 #define STV_VDP2_N2PLSZ ((STV_VDP2_PLSZ & 0x0030) >> 4)
714 #define STV_VDP2_N1PLSZ ((STV_VDP2_PLSZ & 0x000c) >> 2)
715 #define STV_VDP2_N0PLSZ ((STV_VDP2_PLSZ & 0x0003) >> 0)