Home
last modified time | relevance | path

Searched refs:vdp1_hires8 (Results 1 – 6 of 6) sorted by relevance

/dports/games/libretro-beetle_saturn/beetle-saturn-libretro-ee5b214/mednafen/ss/
H A Dvdp2_render.h49 bool vdp1_hires8; member
H A Dvdp2_render.cpp2097 static void T_DrawSpriteData(const uint16* vdp1sb, const bool vdp1_hires8, unsigned w) in T_DrawSpriteData() argument
2121 if(vdp1_hires8) in T_DrawSpriteData()
2312 static void (*DrawSpriteData[2][2][0x40])(const uint16* vdp1sb, const bool vdp1_hires8, unsigned w)…
2868 …2) >> 0x1][(SDCTL >> 8) & 0x1][SPCTL_Low](LIB[vdp2_line].vdp1_line, LIB[vdp2_line].vdp1_hires8, w); in DrawLine()
H A Dvdp2.cpp537 …lib->vdp1_hires8 = VDP1::GetLine(VCounter, lib->vdp1_line, (HRes & 1) ? 352 : 320, (int32)RotParam… in AddHCounter()
/dports/emulators/mednafen/mednafen/src/ss/
H A Dvdp2_render.h50 bool vdp1_hires8; member
H A Dvdp2_render.cpp2105 static void T_DrawSpriteData(const uint16* vdp1sb, const bool vdp1_hires8, unsigned w) in T_DrawSpriteData() argument
2129 if(vdp1_hires8) in T_DrawSpriteData()
2320 static void (*DrawSpriteData[2][2][0x40])(const uint16* vdp1sb, const bool vdp1_hires8, unsigned w)…
2876 …2) >> 0x1][(SDCTL >> 8) & 0x1][SPCTL_Low](LIB[vdp2_line].vdp1_line, LIB[vdp2_line].vdp1_hires8, w); in DrawLine()
H A Dvdp2.cpp551 …lib->vdp1_hires8 = VDP1::GetLine(VCounter, lib->vdp1_line, (HRes & 1) ? 352 : 320, (int32)RotParam… in AddHCounter()