diff --git a/hash/bw14.xml b/hash/bw14.xml new file mode 100644 index 00000000000..ffe4ba871f2 --- /dev/null +++ b/hash/bw14.xml @@ -0,0 +1,106 @@ + + + + + + + CP/M 3.02 + 1984 + Digital Research Inc. + + + + + + + + + + + + + + + + + + CalcStar v1.45 + 1983 + MicroPro International + + + + + + + + + + + + DataStar v1.41 + 1982 + MicroPro International + + + + + + + + + + + + DataStar v1.41c + 1982 + MicroPro International + + + + + + + + + + ReportStar v1.02 + 1982 + MicroPro International + + + + + + + + + + + + + + + + + + WordStar v3.30 + 1983 + MicroPro International + + + + + + + + + + + + + + + + + diff --git a/src/mame/drivers/bw12.cpp b/src/mame/drivers/bw12.cpp index 314fda1356e..fb9e1ce66c2 100644 --- a/src/mame/drivers/bw12.cpp +++ b/src/mame/drivers/bw12.cpp @@ -646,6 +646,9 @@ static MACHINE_CONFIG_DERIVED( bw14, common ) MCFG_FLOPPY_DRIVE_ADD(UPD765_TAG ":1", bw14_floppies, "525dd", bw12_state::bw14_floppy_formats) MCFG_FLOPPY_DRIVE_ADD(UPD765_TAG ":2", bw14_floppies, "525dd", bw12_state::bw14_floppy_formats) + // software lists + MCFG_SOFTWARE_LIST_ADD("flop_list", "bw14") + /* internal ram */ MCFG_RAM_ADD(RAM_TAG) MCFG_RAM_DEFAULT_SIZE("128K")