From 4dcdcad5968e45d0c2305b153028cfdbb79b6f25 Mon Sep 17 00:00:00 2001 From: mamehaze Date: Fri, 16 Jan 2015 13:10:56 +0000 Subject: just something I used in testing (nw) --- hash/apple3.xml | 24 ++++++++++++++++++++++++ src/mess/drivers/apple3.c | 3 +++ 2 files changed, 27 insertions(+) create mode 100644 hash/apple3.xml diff --git a/hash/apple3.xml b/hash/apple3.xml new file mode 100644 index 00000000000..c09ae07fc09 --- /dev/null +++ b/hash/apple3.xml @@ -0,0 +1,24 @@ + + + + + + + Capt'n Magneto (PD release APPLE-3-WAP-GAM-03) + 1995 + Al Evans / WAP + + + + + + + + + + + + + + + diff --git a/src/mess/drivers/apple3.c b/src/mess/drivers/apple3.c index 8921b8cfd0a..7cec34bebc1 100644 --- a/src/mess/drivers/apple3.c +++ b/src/mess/drivers/apple3.c @@ -102,6 +102,9 @@ static MACHINE_CONFIG_START( apple3, apple3_state ) MCFG_FLOPPY_DRIVE_ADD("2", a3_floppies, "525", apple3_state::floppy_formats) MCFG_FLOPPY_DRIVE_ADD("3", a3_floppies, "525", apple3_state::floppy_formats) + /* softlist for fdc */ + MCFG_SOFTWARE_LIST_ADD("flop525_list","apple3") + /* acia */ MCFG_DEVICE_ADD("acia", MOS6551, 0) MCFG_MOS6551_XTAL(XTAL_1_8432MHz) // HACK: The schematic shows an external clock generator but using a XTAL is faster to emulate. -- cgit v1.2.3