From 47960fc1a305cd0a42939c6435fb6e07b8706ea9 Mon Sep 17 00:00:00 2001 From: hap Date: Mon, 11 Dec 2017 03:21:46 +0100 Subject: [PATCH] New working software list additions ----------------------------------- ti95_cart: Mathematics Library [unknown] ti95_cart: Statistics Library [unknown] --- hash/ti95_cart.xml | 41 +++++++++++++++++++++++++++++++++++++++ src/mame/drivers/ti74.cpp | 2 +- 2 files changed, 42 insertions(+), 1 deletion(-) create mode 100644 hash/ti95_cart.xml diff --git a/hash/ti95_cart.xml b/hash/ti95_cart.xml new file mode 100644 index 00000000000..9170dd1ea66 --- /dev/null +++ b/hash/ti95_cart.xml @@ -0,0 +1,41 @@ + + + + + + + + + + Mathematics Library + 1986 + Texas Instruments + + + + + + + + + Statistics Library + 1986 + Texas Instruments + + + + + + + + diff --git a/src/mame/drivers/ti74.cpp b/src/mame/drivers/ti74.cpp index 180ef4d8f0a..23fa326b0ea 100644 --- a/src/mame/drivers/ti74.cpp +++ b/src/mame/drivers/ti74.cpp @@ -572,7 +572,7 @@ static MACHINE_CONFIG_START( ti95 ) MCFG_GENERIC_EXTENSIONS("bin,rom,256") MCFG_GENERIC_LOAD(ti74_state, ti74_cartridge) - //MCFG_SOFTWARE_LIST_ADD("cart_list", "ti95_cart") + MCFG_SOFTWARE_LIST_ADD("cart_list", "ti95_cart") MACHINE_CONFIG_END