From bd7466f50847be02e1849fd63f84ca68b1f47bd5 Mon Sep 17 00:00:00 2001 From: Curt Coder Date: Mon, 17 Jun 2013 09:51:10 +0000 Subject: [PATCH] (MESS) alphatro_flop.xml: Added floppy software list. [Spirantho] --- .gitattributes | 1 + hash/alphatro_flop.xml | 29 +++++++++++++++++++++++++++++ src/mess/drivers/alphatro.c | 3 +++ 3 files changed, 33 insertions(+) create mode 100644 hash/alphatro_flop.xml diff --git a/.gitattributes b/.gitattributes index ee90ea07250..7761f05d753 100644 --- a/.gitattributes +++ b/.gitattributes @@ -31,6 +31,7 @@ hash/advision.xml svneol=native#text/xml hash/aim65_cart.xml svneol=native#text/xml hash/alice32.xml svneol=native#text/xml hash/alice90.xml svneol=native#text/xml +hash/alphatro_flop.xml svneol=native#text/xml hash/amiga1000_flop.xml svneol=native#text/xml hash/amiga1200_flop.xml svneol=native#text/xml hash/amiga3000_flop.xml svneol=native#text/xml diff --git a/hash/alphatro_flop.xml b/hash/alphatro_flop.xml new file mode 100644 index 00000000000..9836cb18dd5 --- /dev/null +++ b/hash/alphatro_flop.xml @@ -0,0 +1,29 @@ + + + + + + CP/M + 198? + <unknown> + + + + + + + + + + Disk Basic + 198? + <unknown> + + + + + + + + + diff --git a/src/mess/drivers/alphatro.c b/src/mess/drivers/alphatro.c index 8b340658171..ecd8d2c7da6 100644 --- a/src/mess/drivers/alphatro.c +++ b/src/mess/drivers/alphatro.c @@ -456,6 +456,9 @@ static MACHINE_CONFIG_START( alphatro, alphatro_state ) MCFG_RAM_ADD("ram") MCFG_RAM_DEFAULT_SIZE("64K") + + // software list + MCFG_SOFTWARE_LIST_ADD("flop_list", "alphatro_flop") MACHINE_CONFIG_END