Home
last modified time | relevance | path

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

/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/vidhrdw/
H A Dstvvdp2_vidhrdw.c687 #define STV_VDP2_MPABN3 ((stv_vdp2_regs[0x04c/4] >> 16)&0x0000ffff) macro
690 #define STV_VDP2_N3MPB ((STV_VDP2_MPABN3 & 0x3f00) >> 8)
693 #define STV_VDP2_N3MPA ((STV_VDP2_MPABN3 & 0x003f) >> 0)
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/vidhrdw/
H A Dstvvdp2_vidhrdw.c687 #define STV_VDP2_MPABN3 ((stv_vdp2_regs[0x04c/4] >> 16)&0x0000ffff) macro
690 #define STV_VDP2_N3MPB ((STV_VDP2_MPABN3 & 0x3f00) >> 8)
693 #define STV_VDP2_N3MPA ((STV_VDP2_MPABN3 & 0x003f) >> 0)
/dports/emulators/mess/mame-mame0226/src/devices/video/
H A Dstvvdp2.cpp847 #define STV_VDP2_MPABN3 (m_vdp2_regs[0x04c/2]) macro
850 #define STV_VDP2_N3MPB ((STV_VDP2_MPABN3 & 0x3f00) >> 8)
853 #define STV_VDP2_N3MPA ((STV_VDP2_MPABN3 & 0x003f) >> 0)
/dports/emulators/mame/mame-mame0226/src/devices/video/
H A Dstvvdp2.cpp847 #define STV_VDP2_MPABN3 (m_vdp2_regs[0x04c/2]) macro
850 #define STV_VDP2_N3MPB ((STV_VDP2_MPABN3 & 0x3f00) >> 8)
853 #define STV_VDP2_N3MPA ((STV_VDP2_MPABN3 & 0x003f) >> 0)