Home
last modified time | relevance | path

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

/dports/emulators/mednafen/mednafen/src/ss/
H A Dvdp2.cpp220 static uint32 CRTLineCounter; variable
357 CRTLineCounter = 0; in StartFrame()
423 CRTLineCounter = 0x80000000U; in IncVCounter()
497 SMPC_LineHook(event_timestamp, CRTLineCounter, div, coord_adj); in AddHCounter()
552 VDP2REND_DrawLine(InternalVB ? -1 : VCounter, CRTLineCounter, !Odd); in AddHCounter()
553 CRTLineCounter++; in AddHCounter()
557 VDP2REND_DrawLine(-1, CRTLineCounter, !Odd); in AddHCounter()
558 CRTLineCounter++; in AddHCounter()
892 CRTLineCounter = 0x80000000U; in Init()
1383 SFVAR(CRTLineCounter), in StateAction()
/dports/games/libretro-beetle_saturn/beetle-saturn-libretro-ee5b214/mednafen/ss/
H A Dvdp2.cpp216 static uint32 CRTLineCounter; variable
353 CRTLineCounter = 0; in StartFrame()
409 CRTLineCounter = 0x80000000U; in IncVCounter()
483 SMPC_LineHook(event_timestamp, CRTLineCounter, div, coord_adj); in AddHCounter()
538 VDP2REND_DrawLine(InternalVB ? -1 : VCounter, CRTLineCounter, !Odd); in AddHCounter()
539 CRTLineCounter++; in AddHCounter()
543 VDP2REND_DrawLine(-1, CRTLineCounter, !Odd); in AddHCounter()
544 CRTLineCounter++; in AddHCounter()
1368 SFVAR(CRTLineCounter), in StateAction()