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 51c57ccf64f..b602f15e9e1 100644 --- a/src/mame/drivers/apricot.cpp +++ b/src/mame/drivers/apricot.cpp @@ -27,6 +27,7 @@ #include "bus/rs232/rs232.h" #include "bus/apricot/expansion/expansion.h" #include "bus/apricot/keyboard/keyboard.h" +#include "softlist.h" //************************************************************************** @@ -473,6 +474,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")