Searched refs:EWLR (Results 1 – 8 of 8) sorted by relevance
73 static uint16 EWLR; // Erase/Write Upper Left Coordinate variable162 EWLR = 0; in Reset()605 EraseParams.y_start = EWLR & 0x1FF; in SetHBVB()606 EraseParams.x_start = ((EWLR >> 9) & 0x3F) << 3; in SetHBVB()773 EWLR = value & 0x7FFF; in WriteReg()919 SFVAR(EWLR), in StateAction()
96 static uint16 EWLR; // Erase/Write Upper Left Coordinate variable278 EWLR = 0; in Reset()996 EraseParams.y_start = EWLR & 0x1FF; in SetHBVB()997 EraseParams.x_start = ((EWLR >> 9) & 0x3F) << 3; in SetHBVB()1162 EWLR = value & 0x7FFF; in WriteReg()1433 SFVAR(EWLR), in StateAction()1561 ret = EWLR; in GetRegister()
749 { (2 << 16) | VDP1::GSREG_EWLR, "EWLR", "EWLR", 2 },
34 u16 EWLR; member
1866 for (i2 = (Vdp1Regs->EWLR & 0x1FF); i2 < h; i2++) in YglRenderVDP1()1868 for (i = ((Vdp1Regs->EWLR >> 6) & 0x1F8); i < w; i++) in YglRenderVDP1()1874 for (i2 = (Vdp1Regs->EWLR & 0x1FF); i2 < h; i2++) in YglRenderVDP1()1876 for (i = ((Vdp1Regs->EWLR >> 6) & 0x1F8); i < w; i++) in YglRenderVDP1()
4181 for (i2 = (regs->EWLR & 0x1FF); i2 < h; i2++) in VIDSoftVdp1EraseFrameBuffer()4183 for (i = ((regs->EWLR >> 6) & 0x1F8); i < w; i++) in VIDSoftVdp1EraseFrameBuffer()4192 for (i2 = (regs->EWLR & 0x1FF); i2 < h; i2++) in VIDSoftVdp1EraseFrameBuffer()4194 for (i = ((regs->EWLR >> 6) & 0x1F8); i < w; i++) in VIDSoftVdp1EraseFrameBuffer()
406 Vdp1Regs->EWLR = val; in Vdp1WriteWord()
3216 s = Vdp1Regs->EWLR & 0x1FF; in VIDGCDVdp1EraseFrameBuffer()3217 s2 = (Vdp1Regs->EWLR >> 6) & 0x1F8; in VIDGCDVdp1EraseFrameBuffer()