summaryrefslogtreecommitdiffstatshomepage
path: root/hash/tc4.xml
diff options
context:
space:
mode:
Diffstat (limited to 'hash/tc4.xml')
-rw-r--r--hash/tc4.xml53
1 files changed, 53 insertions, 0 deletions
diff --git a/hash/tc4.xml b/hash/tc4.xml
new file mode 100644
index 00000000000..66606ec37a7
--- /dev/null
+++ b/hash/tc4.xml
@@ -0,0 +1,53 @@
+<?xml version="1.0"?>
+<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
+<softwarelist name="tc4" description="Coleco Total Control 4 cartridges">
+<!--
+
+4 cartridges exist. There is no data, the game is determined by K pin connections.
+- Football (K8, confirmed)
+- Hockey (K4?)
+- Soccer (K2?)
+- Basketball (K1?)
+
+Each cartridge also has a screen overlay attached, but MAME doesn't support this yet
+through the softwarelist.
+
+-->
+
+ <software name="baskball">
+ <description>Basketball</description>
+ <year>1981</year>
+ <publisher>Coleco</publisher>
+ <part name="cart" interface="tc4_cart">
+ <feature name="pinout" value="0x01" />
+ </part>
+ </software>
+
+ <software name="football">
+ <description>Football</description>
+ <year>1981</year>
+ <publisher>Coleco</publisher>
+ <part name="cart" interface="tc4_cart">
+ <feature name="pinout" value="0x08" />
+ </part>
+ </software>
+
+ <software name="hockey">
+ <description>Hockey</description>
+ <year>1981</year>
+ <publisher>Coleco</publisher>
+ <part name="cart" interface="tc4_cart">
+ <feature name="pinout" value="0x04" />
+ </part>
+ </software>
+
+ <software name="soccer">
+ <description>Soccer</description>
+ <year>1981</year>
+ <publisher>Coleco</publisher>
+ <part name="cart" interface="tc4_cart">
+ <feature name="pinout" value="0x02" />
+ </part>
+ </software>
+
+</softwarelist>