summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess')
-rw-r--r--src/mess/drivers/dmv.c2
-rw-r--r--src/mess/tools/floptool/main.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/mess/drivers/dmv.c b/src/mess/drivers/dmv.c
index 791b14a9690..fcbae630dcf 100644
--- a/src/mess/drivers/dmv.c
+++ b/src/mess/drivers/dmv.c
@@ -714,6 +714,8 @@ static MACHINE_CONFIG_START( dmv, dmv_state )
MCFG_DMVCART_SLOT_OUT_THOLD_CB(WRITELINE(dmv_state, thold7_w))
MCFG_DMVCART_SLOT_OUT_IRQ_CB(WRITELINE(dmv_state, busint_w))
+ MCFG_SOFTWARE_LIST_ADD("flop_list", "dmv")
+
MACHINE_CONFIG_END
/* ROM definition */
diff --git a/src/mess/tools/floptool/main.c b/src/mess/tools/floptool/main.c
index 93716dcdc67..211f54edb8f 100644
--- a/src/mess/tools/floptool/main.c
+++ b/src/mess/tools/floptool/main.c
@@ -35,6 +35,7 @@
#include "formats/d88_dsk.h"
#include "formats/imd_dsk.h"
#include "formats/td0_dsk.h"
+#include "formats/cqm_dsk.h"
#include "formats/pc_dsk.h"
#include "formats/naslite_dsk.h"
@@ -62,6 +63,7 @@ static floppy_format_type floppy_formats[] = {
FLOPPY_D88_FORMAT,
FLOPPY_IMD_FORMAT,
FLOPPY_TD0_FORMAT,
+ FLOPPY_CQM_FORMAT,
FLOPPY_PC_FORMAT,
FLOPPY_NASLITE_FORMAT,