Home
last modified time | relevance | path

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

/dports/games/libretro-hatari/hatari-561c07e/src/
H A Dvdi.c37 static Uint32 LineABase; /* Line-A structure */ variable
874 LineABase = linea; in VDI_LineA()
896 STMemory_WriteWord(LineABase-0x15a*2, VDIWidth-1); /* WKXRez */ in VDI_Complete()
897 STMemory_WriteWord(LineABase-0x159*2, VDIHeight-1); /* WKYRez */ in VDI_Complete()
899 VDI_LineA(LineABase, FontBase); /* And modify Line-A structure accordingly */ in VDI_Complete()
/dports/emulators/hatari/hatari-2.2.1/src/
H A Dvdi.c41 static Uint32 LineABase; /* Line-A structure */ variable
766 LineABase = linea; in VDI_LineA()
846 STMemory_WriteWord(LineABase-0x15a*2, VDIWidth-1); /* WKXRez */ in VDI_Complete()
847 STMemory_WriteWord(LineABase-0x159*2, VDIHeight-1); /* WKYRez */ in VDI_Complete()
849 VDI_LineA(LineABase, FontBase); /* And modify Line-A structure accordingly */ in VDI_Complete()
/dports/emulators/hatari/hatari-2.2.1/src/includes/
H A Dvdi.h53 extern void VDI_LineA(Uint32 LineABase, Uint32 FontBase);
/dports/games/libretro-hatari/hatari-561c07e/src/includes/
H A Dvdi.h54 extern void VDI_LineA(Uint32 LineABase, Uint32 FontBase);