aboutsummaryrefslogtreecommitdiffstats
path: root/src/sercon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sercon.c')
-rw-r--r--src/sercon.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/sercon.c b/src/sercon.c
index 5d27051e..a5dadb72 100644
--- a/src/sercon.c
+++ b/src/sercon.c
@@ -521,6 +521,10 @@ void sercon_setup(void)
return;
dprintf(1, "sercon: using ioport 0x%x\n", addr);
+ if (CONFIG_DEBUG_SERIAL)
+ if (addr == CONFIG_DEBUG_SERIAL_PORT)
+ ScreenAndDebug = 0;
+
vgabios = GET_IVT(0x10);
seabios = FUNC16(entry_10);
if (vgabios.seg != seabios.seg ||