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