diff --git a/.gitattributes b/.gitattributes index 0b3bb4005c5..b20a8787a36 100644 --- a/.gitattributes +++ b/.gitattributes @@ -50,6 +50,7 @@ hash/aquarius.xml svneol=native#text/xml hash/arcadia.xml svneol=native#text/xml hash/astrocde.xml svneol=native#text/xml hash/atom.xml svneol=native#text/xml +hash/attache.xml svneol=native#text/xml hash/b2m.xml svneol=native#text/xml hash/bbca_cass.xml svneol=native#text/xml hash/bbcb_cass.xml svneol=native#text/xml diff --git a/hash/attache.xml b/hash/attache.xml new file mode 100644 index 00000000000..0d0cc5139ed --- /dev/null +++ b/hash/attache.xml @@ -0,0 +1,17 @@ + + + + + + CP/M 2.2.5 + 198? + Digital Research + + + + + + + + + diff --git a/src/mess/drivers/attache.c b/src/mess/drivers/attache.c index 6a6d5ac404a..907f307d077 100644 --- a/src/mess/drivers/attache.c +++ b/src/mess/drivers/attache.c @@ -858,6 +858,8 @@ static MACHINE_CONFIG_START( attache, attache_state ) MCFG_RAM_ADD(RAM_TAG) MCFG_RAM_DEFAULT_SIZE("64k") + + MCFG_SOFTWARE_LIST_ADD("disk_list","attache") MACHINE_CONFIG_END ROM_START( attache )