Home
last modified time | relevance | path

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

/dports/games/libretro-dosbox/dosbox-libretro-aa71b67/src/ints/
H A Dint10_put_pixel.cpp51 Bitu cpupage = in INT10_PutPixel() local
53 seg = cpupage << 10; // A14-16 to addr bits 14-16 in INT10_PutPixel()
96 Bitu cpupage = in INT10_PutPixel() local
98 segment = cpupage << 10; // A14-16 to addr bits 14-16 in INT10_PutPixel()
209 Bitu cpupage = (real_readb(BIOSMEM_SEG, BIOSMEM_CRTCPU_PAGE) >> 3) & 0x7; in INT10_GetPixel() local
210 segment = cpupage << 10; in INT10_GetPixel()
H A Dint10_char.cpp214 Bitu cpupage = in INT10_ScrollWindow() local
217 base = cpupage << 14; in INT10_ScrollWindow()
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/ints/
H A Dint10_put_pixel.cpp50 Bitu cpupage = in INT10_PutPixel() local
52 seg = cpupage << 10; // A14-16 to addr bits 14-16 in INT10_PutPixel()
95 Bitu cpupage = in INT10_PutPixel() local
97 segment = cpupage << 10; // A14-16 to addr bits 14-16 in INT10_PutPixel()
230 Bitu cpupage = (real_readb(BIOSMEM_SEG, BIOSMEM_CRTCPU_PAGE) >> 3) & 0x7; in INT10_GetPixel() local
231 segment = cpupage << 10; in INT10_GetPixel()
H A Dint10_char.cpp225 Bitu cpupage = in INT10_ScrollWindow() local
228 base = cpupage << 14; in INT10_ScrollWindow()