summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ti74.cpp
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2017-12-11 03:21:46 +0100
committer hap <happppp@users.noreply.github.com>2017-12-11 03:22:02 +0100
commit47960fc1a305cd0a42939c6435fb6e07b8706ea9 (patch)
treeaf9a675c6d65b3621c41f22401be7a42c62ac7d9 /src/mame/drivers/ti74.cpp
parent8ec86af0a5bb88f8a35adeb07e5add5b3cda161b (diff)
New working software list additions
----------------------------------- ti95_cart: Mathematics Library [unknown] ti95_cart: Statistics Library [unknown]
Diffstat (limited to 'src/mame/drivers/ti74.cpp')
-rw-r--r--src/mame/drivers/ti74.cpp2
1 files changed, 1 insertions, 1 deletions
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