Fixed software list declaration for apple2gs with the actual content of the related software lists

This commit is contained in:
Cyril APAN 2020-03-21 17:49:44 +01:00
parent d5dc65958d
commit f5dd8c6836

View File

@ -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)