Home
last modified time | relevance | path

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

/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/
H A Dvdp2.c300 Vdp2Regs->LNCLEN = 0x0000; in Vdp2Reset()
970 Vdp2Regs->LNCLEN = val; in Vdp2WriteWord()
H A Dvdp2.h341 u16 LNCLEN; // 0x25F800E8 member
H A Dvidsoft.c1498 if (Vdp2Regs->LNCLEN == 0) in Vdp2DrawLineScreen()
1641 if (regs->LNCLEN & 0x1) in Vdp2DrawNBG0()
1746 if (regs->LNCLEN & 0x2) in Vdp2DrawNBG1()
1833 if (regs->LNCLEN & 0x4) in Vdp2DrawNBG2()
1906 if (regs->LNCLEN & 0x8) in Vdp2DrawNBG3()
2038 if (regs->LNCLEN & 0x10) in Vdp2DrawRBG0()
3621 info.linescreen = (vdp2_regs->LNCLEN >> 5) & 1; in VidsoftDrawSprite()
H A Dvidogl.c4427 if ( Vdp2Regs->LNCLEN == 0) return; in Vdp2DrawLineColorScreen()
4595 if (Vdp2Regs->LNCLEN & 0x1) in Vdp2DrawNBG0()
4763 if (Vdp2Regs->LNCLEN & 0x2) in Vdp2DrawNBG1()
4937 if (Vdp2Regs->LNCLEN & 0x4) in Vdp2DrawNBG2()
5018 if (Vdp2Regs->LNCLEN & 0x8) in Vdp2DrawNBG3()
5304 if( (Vdp2Regs->LNCLEN & 0x10) == 0x00 ) in Vdp2DrawRBG0()
H A Dygles.c2085 }else if (Vdp2Regs->LNCLEN & 0x20){ in YglRenderFrameBuffer()
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/titan/
H A Dtitan.c644 if ((Vdp2Regs->LNCLEN & 0x1f) != 0) in TitanRender()