Merge pull request #6475 from xinyingho/master

Fixed software list declaration for apple2gs with the actual content of the related software lists
This commit is contained in:
ajrhacker 2020-03-21 13:07:41 -04:00 committed by GitHub
commit 73e5341917
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)