summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/apple2e.cpp
diff options
context:
space:
mode:
author Firehawke <34792592+Firehawke@users.noreply.github.com>2019-01-17 19:24:50 -0700
committer R. Belmont <rb6502@users.noreply.github.com>2019-01-17 21:24:50 -0500
commitf5ca6f9e5841f5a26a0e38c47b2663a9979d5112 (patch)
tree93a3d6cb427e69607597530a3d757e5c9f130134 /src/mame/drivers/apple2e.cpp
parentf831bed8ab5eac9049f2535cb0d5ac66137a98a8 (diff)
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)
Diffstat (limited to 'src/mame/drivers/apple2e.cpp')
-rw-r--r--src/mame/drivers/apple2e.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/apple2e.cpp b/src/mame/drivers/apple2e.cpp
index 814e8b335a4..fb2aab49aaa 100644
--- a/src/mame/drivers/apple2e.cpp
+++ b/src/mame/drivers/apple2e.cpp
@@ -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)