mirror of
https://github.com/holub/mame
synced 2025-04-19 15:11:37 +03:00
Add new softlist: original Apple II disks in WOZ format. (#4522)
* Add new softlist: original Apple II disks in WOZ format. All existing 4AM dumps as of January 17th, 2019 are documented herein. Tafoid assisted with a tool to automate large chunks of the process, but the tool wasn't perfect and the resulted required a second and third pass by eye. I believe I have all the problems worked out and it passes -valid. Last step for the moment is to go into the other Apple II softlist and start renaming the collision entries. * Minor fix to softlist naming (nw)
This commit is contained in:
parent
f831bed8ab
commit
f5ca6f9e58
2451
hash/apple2_flop_orig.xml
Normal file
2451
hash/apple2_flop_orig.xml
Normal file
File diff suppressed because it is too large
Load Diff
@ -1438,6 +1438,7 @@ MACHINE_CONFIG_START(apple2_state::apple2_common)
|
||||
A2BUS_SLOT(config, "sl7", m_a2bus, apple2_cards, nullptr);
|
||||
|
||||
MCFG_SOFTWARE_LIST_ADD("flop525_list","apple2")
|
||||
SOFTWARE_LIST(config, "flop525_orig").set_compatible("apple2_flop_orig");
|
||||
MCFG_SOFTWARE_LIST_ADD("cass_list", "apple2_cass")
|
||||
|
||||
MCFG_CASSETTE_ADD(A2_CASSETTE_TAG)
|
||||
|
@ -4058,6 +4058,7 @@ MACHINE_CONFIG_START(apple2e_state::apple2e)
|
||||
MCFG_A2EAUXSLOT_SLOT_ADD(A2_AUXSLOT_TAG, "aux", apple2eaux_cards, "ext80") // default to an extended 80-column card
|
||||
|
||||
MCFG_SOFTWARE_LIST_ADD("flop525_list","apple2")
|
||||
SOFTWARE_LIST(config, "flop525_orig").set_compatible("apple2_flop_orig");
|
||||
|
||||
MCFG_CASSETTE_ADD(A2_CASSETTE_TAG)
|
||||
MCFG_CASSETTE_DEFAULT_STATE(CASSETTE_STOPPED)
|
||||
|
@ -4705,6 +4705,7 @@ void apple2gs_state::apple2gs(machine_config &config)
|
||||
|
||||
SOFTWARE_LIST(config, "flop35_list").set_original("apple2gs");
|
||||
SOFTWARE_LIST(config, "flop525_list").set_compatible("apple2");
|
||||
SOFTWARE_LIST(config, "flop525_orig").set_compatible("apple2_flop_orig");
|
||||
}
|
||||
|
||||
void apple2gs_state::apple2gsr1(machine_config &config)
|
||||
|
Loading…
Reference in New Issue
Block a user