From 5bb7ffc4d8c16ba76966608213fc37dc6e5d10e4 Mon Sep 17 00:00:00 2001 From: Dirk Best Date: Tue, 27 Dec 2016 17:39:21 +0100 Subject: apricot: Initial software list --- hash/apricot_flop.xml | 98 ++++++++++++++++++++++++++++++++++++++++++++ src/mame/drivers/apricot.cpp | 3 ++ 2 files changed, 101 insertions(+) create mode 100644 hash/apricot_flop.xml diff --git a/hash/apricot_flop.xml b/hash/apricot_flop.xml new file mode 100644 index 00000000000..41ecc4c81df --- /dev/null +++ b/hash/apricot_flop.xml @@ -0,0 +1,98 @@ + + + + + + + + Demonstration Pictures + 1984 + ACT + + + + + + + + + + MS-DOS 2.11 BIOS VR2.7 + 1985 + ACT + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + MS-DOS 2.11 BIOS VR3.1 + 1985 + ACT + + + + + + + + + + + + + + + + + + + + + + + + + + + + + QUEST - The Adventure + 1984 + Quest Automation Ltd + + + + + + + + diff --git a/src/mame/drivers/apricot.cpp b/src/mame/drivers/apricot.cpp index 0ef8dcc0f67..bf693bdcc69 100644 --- a/src/mame/drivers/apricot.cpp +++ b/src/mame/drivers/apricot.cpp @@ -28,6 +28,7 @@ #include "bus/rs232/rs232.h" #include "bus/apricot/expansion/expansion.h" #include "bus/apricot/keyboard/keyboard.h" +#include "softlist.h" //************************************************************************** @@ -448,6 +449,8 @@ static MACHINE_CONFIG_START( apricot, apricot_state ) MCFG_FLOPPY_DRIVE_ADD("ic68:0", apricot_floppies, "d32w", apricot_state::floppy_formats) MCFG_FLOPPY_DRIVE_ADD("ic68:1", apricot_floppies, "d32w", apricot_state::floppy_formats) + MCFG_SOFTWARE_LIST_ADD("flop_list", "apricot_flop") + // expansion bus MCFG_EXPANSION_ADD("exp", "ic91") MCFG_EXPANSION_IOP_ADD("ic71") -- cgit v1.2.3