diff options
author | 2014-07-23 10:12:46 +0000 | |
---|---|---|
committer | 2014-07-23 10:12:46 +0000 | |
commit | c4a198d842bc52dc281de8fd60810cb9e2a19682 (patch) | |
tree | 7d95e1f5ccbbda2a220d66dfcc3da103616aa7f3 /hash/ti74_cart.xml | |
parent | 6b280cd3973c40a6b2d6c34c282271d9368df1ee (diff) |
(MESS)
Systems Promoted from GAME_NOT_WORKING:
---------------------------------------
TI-74 BASICALC [hap]
Diffstat (limited to 'hash/ti74_cart.xml')
-rw-r--r-- | hash/ti74_cart.xml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/hash/ti74_cart.xml b/hash/ti74_cart.xml new file mode 100644 index 00000000000..b0c96780779 --- /dev/null +++ b/hash/ti74_cart.xml @@ -0,0 +1,32 @@ +<?xml version="1.0"?> +<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd"> + +<softwarelist name="ti74_cart" description="TI-74 cartridges"> + +<!-- + + Not dumped yet: + - Chemical Engineering + - Finance + - Mathematics + - Statistics + + Not included in list: + - 8KB RAM, battery backed + +--> + + + <software name="pascal"> + <description>Learn Pascal</description> + <year>1985</year> + <publisher>Texas Instruments</publisher> + <info name="usage" value="Load with RUN "PASCAL"" /> + <part name="cart" interface="ti74_cart"> + <dataarea name="rom" size="0x8000"> + <rom name="pascal.bin" size="0x8000" crc="e4135cff" sha1="eab92188fb19545f677ede926c2c0b6af26b7e25" offset="0" /> + </dataarea> + </part> + </software> + +</softwarelist> |