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.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/nec/pc9801.cpp b/src/mame/nec/pc9801.cpp
index 9cb449f2cf8..cc28f4ba924 100644
--- a/src/mame/nec/pc9801.cpp
+++ b/src/mame/nec/pc9801.cpp
@@ -2141,6 +2141,7 @@ void pc9801_state::pc9801_common(machine_config &config)
FLOPPY_CONNECTOR(config, "fdc_2hd:1", pc9801_floppies, "525hd", pc9801_state::floppy_formats);//.enable_sound(true);
SOFTWARE_LIST(config, "disk_list").set_original("pc98");
+ SOFTWARE_LIST(config, "flop_generic_list").set_compatible("generic_flop_525").set_filter("pc98");
/* video hardware */
SCREEN(config, m_screen, SCREEN_TYPE_RASTER);