summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/nec/pc9801.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/nec/pc9801.cpp')
-rw-r--r--src/mame/nec/pc9801.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/nec/pc9801.cpp b/src/mame/nec/pc9801.cpp
index db91f7dc4fd..383e4f74aa5 100644
--- a/src/mame/nec/pc9801.cpp
+++ b/src/mame/nec/pc9801.cpp
@@ -2077,6 +2077,8 @@ void pc9801_state::pc9801(machine_config &config)
BEEP(config, m_beeper, 2400).add_route(ALL_OUTPUTS, "mono", 0.15);
PALETTE(config, m_palette, FUNC(pc9801_state::pc9801_palette), 16);
+ // TODO: should be PC80S31, using 'K variant for the better BIOS instead
+ // (and no patch downstream).
PC80S31K(config, "fdd_2d", XTAL(31'948'800) / 8);
}