summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Cyril APAN <cyril.apan@babelsoft.net>2020-03-21 17:49:44 +0100
committer Cyril APAN <cyril.apan@babelsoft.net>2020-03-21 17:49:44 +0100
commitf5dd8c6836a4bca73d74e9b91974531fa8808995 (patch)
tree3aab17ad567715a66faf9e45620fcf6b94a7a3b7
parentd5dc65958d6245144fccf654900ebd48aeff6c95 (diff)
Fixed software list declaration for apple2gs with the actual content of the related software lists
-rw-r--r--src/mame/drivers/apple2gs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/apple2gs.cpp b/src/mame/drivers/apple2gs.cpp
index f3fb41a48a0..3a1223c3ec9 100644
--- a/src/mame/drivers/apple2gs.cpp
+++ b/src/mame/drivers/apple2gs.cpp
@@ -4738,7 +4738,7 @@ void apple2gs_state::apple2gs(machine_config &config)
SOFTWARE_LIST(config, "flop525_clean").set_compatible("apple2_flop_clcracked"); // No filter on clean cracks yet.
// As WOZ images won't load in the 2GS driver yet, comment out the softlist entry.
//SOFTWARE_LIST(config, "flop525_orig").set_compatible("apple2_flop_orig").set_filter("A2GS"); // Filter list to compatible disks for this machine.
- SOFTWARE_LIST(config, "flop525_misc").set_compatible("apple2_misc");
+ SOFTWARE_LIST(config, "flop525_misc").set_compatible("apple2_flop_misc");
}
void apple2gs_state::apple2gsr1(machine_config &config)