Home
last modified time | relevance | path

Searched refs:STV_VDP2_WCTLC (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/devices/video/
H A Dstvvdp2.cpp1673 #define STV_VDP2_WCTLC (m_vdp2_regs[0x0d4/2]) macro
1674 #define STV_VDP2_SPLOG ((STV_VDP2_WCTLC & 0x8000) >> 15)
1679 #define STV_VDP2_SPW0E ((STV_VDP2_WCTLC & 0x0200) >> 9)
1680 #define STV_VDP2_SPW0A ((STV_VDP2_WCTLC & 0x0100) >> 8)
1681 #define STV_VDP2_R0LOG ((STV_VDP2_WCTLC & 0x0080) >> 7)
1682 #define STV_VDP2_R0SWE ((STV_VDP2_WCTLC & 0x0020) >> 5)
1683 #define STV_VDP2_R0SWA ((STV_VDP2_WCTLC & 0x0010) >> 4)
1684 #define STV_VDP2_R0W1E ((STV_VDP2_WCTLC & 0x0008) >> 3)
1685 #define STV_VDP2_R0W1A ((STV_VDP2_WCTLC & 0x0004) >> 2)
1686 #define STV_VDP2_R0W0E ((STV_VDP2_WCTLC & 0x0002) >> 1)
[all …]
/dports/emulators/mame/mame-mame0226/src/devices/video/
H A Dstvvdp2.cpp1673 #define STV_VDP2_WCTLC (m_vdp2_regs[0x0d4/2]) macro
1674 #define STV_VDP2_SPLOG ((STV_VDP2_WCTLC & 0x8000) >> 15)
1679 #define STV_VDP2_SPW0E ((STV_VDP2_WCTLC & 0x0200) >> 9)
1680 #define STV_VDP2_SPW0A ((STV_VDP2_WCTLC & 0x0100) >> 8)
1681 #define STV_VDP2_R0LOG ((STV_VDP2_WCTLC & 0x0080) >> 7)
1682 #define STV_VDP2_R0SWE ((STV_VDP2_WCTLC & 0x0020) >> 5)
1683 #define STV_VDP2_R0SWA ((STV_VDP2_WCTLC & 0x0010) >> 4)
1684 #define STV_VDP2_R0W1E ((STV_VDP2_WCTLC & 0x0008) >> 3)
1685 #define STV_VDP2_R0W1A ((STV_VDP2_WCTLC & 0x0004) >> 2)
1686 #define STV_VDP2_R0W0E ((STV_VDP2_WCTLC & 0x0002) >> 1)
[all …]