From 4fecffefba3ffb6f4a1c15e2d727d1526d9f4a1d Mon Sep 17 00:00:00 2001 From: sparky4 Date: Fri, 3 Jun 2016 23:38:59 -0500 Subject: [PATCH] testing --- src/lib/modex16.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/modex16.c b/src/lib/modex16.c index f9dfa396..1f1e303b 100755 --- a/src/lib/modex16.c +++ b/src/lib/modex16.c @@ -1187,7 +1187,7 @@ void update_state_from_vga_() { vga_state.vga_stride = 80; vga_state.vga_height = 25; vga_state.vga_width = 80; - vga_state.vga_9wide = 0; + vga_state.vga_9wide = 1; if (vga_state.vga_flags & VGA_IS_VGA) { /* VGA only. EGA cards DO have the misc. output reg but it's write-only */ /* update state from H/W which I/O port */ -- 2.39.5