diff --git a/.gitattributes b/.gitattributes index f9177365bb4..75993ce1955 100644 --- a/.gitattributes +++ b/.gitattributes @@ -131,6 +131,7 @@ hash/pc98.xml svneol=native#text/xml hash/pce.xml svneol=native#text/xml hash/pcecd.xml svneol=native#text/xml hash/pcw.xml svneol=native#text/xml +hash/pcw16.xml svneol=native#text/xml hash/pico.xml svneol=native#text/xml hash/pippin.xml svneol=native#text/xml hash/pippin_flop.xml svneol=native#text/xml diff --git a/hash/pcw16.xml b/hash/pcw16.xml new file mode 100644 index 00000000000..356623c9bce --- /dev/null +++ b/hash/pcw16.xml @@ -0,0 +1,62 @@ + + + + + + OS Rescue Disk 1.12 + 1997 + Amstrad + + + + + + + + + CP/M 2.2 Program Disk (1.44M) + 1999 + John Elliott + + + + + + + + + + CP/M 2.2 Program Disk (720K) + 1999 + John Elliott + + + + + + + + + CP/M 2.2 Start-of-day Disk + 1999 + John Elliott + + + + + + + + + + CP/M 3.1 Start-of-day Disk + 1999 + John Elliott + + + + + + + + diff --git a/src/mess/drivers/pcw16.c b/src/mess/drivers/pcw16.c index ee03f5890ee..9263ecdb322 100644 --- a/src/mess/drivers/pcw16.c +++ b/src/mess/drivers/pcw16.c @@ -1100,6 +1100,8 @@ static MACHINE_CONFIG_START( pcw16, pcw16_state ) MCFG_FLOPPY_DRIVE_ADD("fdc:0", pcw16_floppies, "35hd", 0, pcw16_floppy_formats) MCFG_FLOPPY_DRIVE_ADD("fdc:1", pcw16_floppies, "35hd", 0, pcw16_floppy_formats) + MCFG_SOFTWARE_LIST_ADD("disk_list","pcw16") + /* internal ram */ MCFG_RAM_ADD(RAM_TAG) MCFG_RAM_DEFAULT_SIZE("2M")