mirror of
https://github.com/holub/mame
synced 2025-10-04 08:28:39 +03:00
ti74: added Maths and Finance cartridges [PockEmul]
This commit is contained in:
parent
ccde46ea14
commit
f31904f2b7
@ -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 "DIR", 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 "DIR", 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>
|
||||
|
Loading…
Reference in New Issue
Block a user