Skip to content

Commit

Permalink
comment, reminder
Browse files Browse the repository at this point in the history
  • Loading branch information
joncampbell123 committed May 28, 2019
1 parent b291070 commit 256b379
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ints/bios.cpp
Expand Up @@ -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
Expand Down

0 comments on commit 256b379

Please sign in to comment.