From 256b379d9d1bddac5c4e0badda9c85879cb635fd Mon Sep 17 00:00:00 2001 From: Jonathan Campbell Date: Mon, 27 May 2019 22:18:32 -0700 Subject: [PATCH] comment, reminder --- src/ints/bios.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/ints/bios.cpp b/src/ints/bios.cpp index c49f34dc6cf..402ca25cb3d 100644 --- a/src/ints/bios.cpp +++ b/src/ints/bios.cpp @@ -8245,6 +8245,9 @@ class BIOS:public Module_base{ enable_pc98_copyright_string = section->Get_bool("pc-98 BIOS copyright string"); + // NTS: This setting is also valid in PC-98 mode. According to Undocumented PC-98 by Webtech, + // there's nothing at I/O port E9h. I will move the I/O port in PC-98 mode if there is in + // fact a conflict. --J.C. bochs_port_e9 = section->Get_bool("bochs debug port e9"); // TODO: motherboard init, especially when we get around to full Intel Triton/i440FX chipset emulation