Code formatting only.

svn path=/branches/ntvdm/; revision=59660
This commit is contained in:
Hermès Bélusca-Maïto 2013-08-06 21:06:00 +00:00
parent 5bc19fdbfb
commit 454fade2ac
4 changed files with 2 additions and 5 deletions

View file

@ -326,9 +326,9 @@ BOOLEAN BiosSetVideoPage(BYTE PageNumber)
/* Set the start address in the CRTC */
VgaWritePort(VGA_CRTC_INDEX, VGA_CRTC_CURSOR_LOC_LOW_REG);
VgaWritePort(VGA_CRTC_DATA, LOBYTE(Bda->VideoPageOffset));
VgaWritePort(VGA_CRTC_DATA , LOBYTE(Bda->VideoPageOffset));
VgaWritePort(VGA_CRTC_INDEX, VGA_CRTC_CURSOR_LOC_HIGH_REG);
VgaWritePort(VGA_CRTC_DATA, HIBYTE(Bda->VideoPageOffset));
VgaWritePort(VGA_CRTC_DATA , HIBYTE(Bda->VideoPageOffset));
return TRUE;
}

View file

@ -12,7 +12,6 @@
/* INCLUDES *******************************************************************/
#include <windows.h>
#include <tchar.h>
#include <stdio.h>
#include <conio.h>
#include <stdarg.h>

View file

@ -312,4 +312,3 @@ Cleanup:
}
/* EOF */

View file

@ -234,4 +234,3 @@ VOID PitDecrementCount()
}
/* EOF */