From cfeca28530fef0148062ca290472321667d60946 Mon Sep 17 00:00:00 2001 From: Ryan Kennedy Date: Mon, 16 Mar 2020 19:00:11 -0500 Subject: [PATCH] Double checking configs --- src/configurations.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/configurations.rs b/src/configurations.rs index 88632e2..20d0397 100644 --- a/src/configurations.rs +++ b/src/configurations.rs @@ -41,8 +41,8 @@ pub const MODE_40X25_CONFIGURATION: VgaConfiguration = VgaConfiguration { (CrtcControllerIndex::Overflow, 0x1F), (CrtcControllerIndex::PresetRowScan, 0x00), (CrtcControllerIndex::MaximumScanLine, 0x4F), - (CrtcControllerIndex::TextCursorStart, 0x0A), - (CrtcControllerIndex::TextCursorEnd, 0x20), + (CrtcControllerIndex::TextCursorStart, 0x0D), + (CrtcControllerIndex::TextCursorEnd, 0x0E), (CrtcControllerIndex::StartAddressHigh, 0x00), (CrtcControllerIndex::StartAddressLow, 0x00), (CrtcControllerIndex::TextCursorLocationHigh, 0x00), @@ -115,8 +115,8 @@ pub const MODE_40X50_CONFIGURATION: VgaConfiguration = VgaConfiguration { (CrtcControllerIndex::Overflow, 0x1F), (CrtcControllerIndex::PresetRowScan, 0x00), (CrtcControllerIndex::MaximumScanLine, 0x47), - (CrtcControllerIndex::TextCursorStart, 0x0A), - (CrtcControllerIndex::TextCursorEnd, 0x20), + (CrtcControllerIndex::TextCursorStart, 0x06), + (CrtcControllerIndex::TextCursorEnd, 0x07), (CrtcControllerIndex::StartAddressHigh, 0x00), (CrtcControllerIndex::StartAddressLow, 0x00), (CrtcControllerIndex::TextCursorLocationHigh, 0x04),