diff options
Diffstat (limited to 'src/common/common.asm')
| -rw-r--r-- | src/common/common.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/common.asm b/src/common/common.asm index a98ef67..87444db 100644 --- a/src/common/common.asm +++ b/src/common/common.asm @@ -13,7 +13,7 @@ %define VGA_COLOR_BLACK 0 %define VGA_COLOR_GREEN 2 %define VGA_COLOR_RED 4 -%define VGA_WHITE_ON_BLACK 0x0f20 +%define VGA_WHITE_ON_BLACK 0x0f %define VGA_BUFFER 0xb8000 %define VGA_SCREEN_X 80 %define VGA_SCREEN_Y 25 |
