diff --git a/hash/md2_flop.xml b/hash/md2_flop.xml new file mode 100644 index 00000000000..ffa8c15912a --- /dev/null +++ b/hash/md2_flop.xml @@ -0,0 +1,74 @@ + + + + + + + CP/M 2.2 System Disk rev 2.1 + 1983 + Morrow Designs + + + + + + + + + CP/M 2.2 System Disk rev 1.6 + 198? + Morrow Designs + + + + + + + + + CP/M 2.2 System Disk rev 1.3 + 198? + Morrow Designs + + + + + + + + + CP/M 2.2 System Disk rev 1.x + 198? + Morrow Designs + + + + + + + + + Software Distribution Disks + 1982 + Morrow Designs + + + + + + + + + + + + + + + + + + + + + diff --git a/src/mame/drivers/microdec.cpp b/src/mame/drivers/microdec.cpp index c52885336e0..9d5bd930400 100644 --- a/src/mame/drivers/microdec.cpp +++ b/src/mame/drivers/microdec.cpp @@ -12,6 +12,7 @@ #include "cpu/z80/z80.h" #include "machine/upd765.h" #include "machine/terminal.h" +#include "softlist.h" #define TERMINAL_TAG "terminal" @@ -108,6 +109,9 @@ static MACHINE_CONFIG_START( microdec, microdec_state ) MCFG_UPD765A_ADD("upd765", true, true) MCFG_FLOPPY_DRIVE_ADD("upd765:0", microdec_floppies, "525hd", floppy_image_device::default_floppy_formats) MCFG_FLOPPY_DRIVE_ADD("upd765:1", microdec_floppies, "525hd", floppy_image_device::default_floppy_formats) + + // software lists + MCFG_SOFTWARE_LIST_ADD("flop_list", "md2_flop") MACHINE_CONFIG_END /* ROM definition */