From f5dd8c6836a4bca73d74e9b91974531fa8808995 Mon Sep 17 00:00:00 2001 From: Cyril APAN Date: Sat, 21 Mar 2020 17:49:44 +0100 Subject: Fixed software list declaration for apple2gs with the actual content of the related software lists --- src/mame/drivers/apple2gs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3