Home
last modified time | relevance | path

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

/reactos/subsystems/mvdm/ntvdm/
H A Dmemory.c44 static BOOLEAN A20Line = FALSE; variable
153 if (!A20Line) Address &= ~(1 << 20); in EmulatorReadMemory()
194 if (!A20Line) Address &= ~(1 << 20); in EmulatorWriteMemory()
277 A20Line = Enabled; in EmulatorSetA20()
282 return A20Line; in EmulatorGetA20()