summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author r09 <rzero9@gmail.com>2021-03-27 15:43:12 +0100
committer GitHub <noreply@github.com>2021-03-28 01:43:12 +1100
commitd0ae73bd9b6bdeec94e3b7feb5e9011fe5c94969 (patch)
tree0de05ed3272eec4c34e123ac09f9ac02e198f454 /src
parent58c0f48710131053b455a59dec667d73713e0563 (diff)
fmtowns_flop.xml: split into three lists (original/cracked/misc), 7 new dumps, 1 replacement (#7864)
New working software list additions (fmtowns_flop_orig.xml) ----------------------------------------------------------- AIV - A Ressha de Ikou 4 - Map Construction + Power-Up Kit [wiggy2k] CD+Graphics Player V1.1L10 [cyo.the.vile] Legends of Valour - Gouyuu no Densetsu - Demonstration [wiggy2k] Nihongo MS-DOS V6.2 L10 (Kihon Kinou) [cyo.the.vile] Ponyon [cyo.the.vile] New not working software list additions (fmtowns_flop_orig.xml) --------------------------------------------------------------- Mah-Saiko-Jong [wiggy2k] Nihongo MS-DOS V5.0 L10 (Kihon Kinou) [cyo.the.vile] Replaced software list items (fmtowns_flop_orig.xml) ---------------------------------------------------- Brandish [cyo.the.vile]
Diffstat (limited to 'src')
-rw-r--r--src/mame/drivers/fmtowns.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/drivers/fmtowns.cpp b/src/mame/drivers/fmtowns.cpp
index b33555ff047..696446c7d04 100644
--- a/src/mame/drivers/fmtowns.cpp
+++ b/src/mame/drivers/fmtowns.cpp
@@ -2927,7 +2927,9 @@ void towns_state::towns_base(machine_config &config)
m_fdc->drq_wr_callback().set(FUNC(towns_state::mb8877a_drq_w));
FLOPPY_CONNECTOR(config, m_flop[0], towns_floppies, "35hd", towns_state::floppy_formats);
FLOPPY_CONNECTOR(config, m_flop[1], towns_floppies, "35hd", towns_state::floppy_formats);
- SOFTWARE_LIST(config, "fd_list").set_original("fmtowns_flop");
+ SOFTWARE_LIST(config, "fd_list_orig").set_original("fmtowns_flop_orig");
+ SOFTWARE_LIST(config, "fd_list_cracked").set_original("fmtowns_flop_cracked");
+ SOFTWARE_LIST(config, "fd_list_misc").set_original("fmtowns_flop_misc");
CDROM(config, m_cdrom, 0).set_interface("fmt_cdrom");
SOFTWARE_LIST(config, "cd_list").set_original("fmtowns_cd");