summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2017-03-19 16:47:47 +0100
committer hap <happppp@users.noreply.github.com>2017-03-19 16:48:21 +0100
commitf31904f2b7e5835d2a3e7a39b1dae55e6904a4aa (patch)
tree7ac845a6e012d57bedd63290f1f225540bb090f0
parentccde46ea1479a56b013679fa89bfd076a7c34a9f (diff)
ti74: added Maths and Finance cartridges [PockEmul]
-rw-r--r--hash/ti74_cart.xml26
1 files changed, 24 insertions, 2 deletions
diff --git a/hash/ti74_cart.xml b/hash/ti74_cart.xml
index b0c96780779..31b8a2dc64e 100644
--- a/hash/ti74_cart.xml
+++ b/hash/ti74_cart.xml
@@ -7,8 +7,6 @@
Not dumped yet:
- Chemical Engineering
- - Finance
- - Mathematics
- Statistics
Not included in list:
@@ -17,6 +15,30 @@
-->
+ <software name="finance">
+ <description>Finance</description>
+ <year>1985</year>
+ <publisher>Texas Instruments</publisher>
+ <info name="usage" value="Load with RUN &quot;DIR&quot;, then load program from list" />
+ <part name="cart" interface="ti74_cart">
+ <dataarea name="rom" size="0x8000">
+ <rom name="finance.bin" size="0x8000" crc="36afa310" sha1="a051c393f35f11ef51dc8c4e785e6fec0eb4d774" offset="0" />
+ </dataarea>
+ </part>
+ </software>
+
+ <software name="maths">
+ <description>Mathematics</description>
+ <year>1985</year>
+ <publisher>Texas Instruments</publisher>
+ <info name="usage" value="Load with RUN &quot;DIR&quot;, then load program from list" />
+ <part name="cart" interface="ti74_cart">
+ <dataarea name="rom" size="0x8000">
+ <rom name="mathematics.bin" size="0x8000" crc="afb0821f" sha1="9fc3b054df0fdc93eab3e7824f28d4f733f97547" offset="0" />
+ </dataarea>
+ </part>
+ </software>
+
<software name="pascal">
<description>Learn Pascal</description>
<year>1985</year>