Previous 199869 Revisions Next

r31347 Monday 21st July, 2014 at 01:58:50 UTC by hap
added cc40 software list.
Much thanks to J Guidry and Lee!
[hash]cc40_cart.xml*
[src/mess/drivers]cc40.c ti74.c

trunk/hash/cc40_cart.xml
r0r31347
1<?xml version="1.0"?>
2<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
3
4<softwarelist name="cc40_cart" description="CC-40 cartridges">
5
6<!--
7
8   Not included in list:
9   - SS-1000 16KB RAM
10   - SS-1001 8KB RAM, battery backed
11   
12   Also, not sure if these exist, probably canceled:
13   - Business Graphics
14   - Games II
15   - Perspective Drawing
16
17-->
18
19   <software name="aee">
20      <description>Advanced Electrical Engineering</description>
21      <year>1983</year>
22      <publisher>Texas Instruments</publisher>
23      <info name="serial" value="SS-3007"/>
24      <info name="usage" value="Load with RUN &quot;DIR&quot;, then load program from list" />
25      <part name="cart" interface="cc40_cart">
26         <dataarea name="rom" size="0x8000">
27            <rom name="aee.bin" size="0x8000" crc="0ebf8f90" sha1="609cb2f5e235995eea66e9da0f06ca80e736e290" offset="0" />
28         </dataarea>
29      </part>
30   </software>
31
32   <software name="ea">
33      <!-- NOTE: second half of the rom is a copy of Memo Processor -->
34      <!-- This software was unreleased, looks finished though, in-house SDK? - extensive documentation is available -->
35      <description>Editor/Assembler</description>
36      <year>1983</year>
37      <publisher>Texas Instruments (unreleased)</publisher>
38      <info name="usage" value="Load with RUN &quot;ALDS&quot;" />
39      <part name="cart" interface="cc40_cart">
40         <feature name="pcb" value="Mechatronic Systems" />
41         <feature name="ic1" value="27C512" />
42         <dataarea name="rom" size="0x10000">
43            <rom name="ea.bin" size="0x10000" crc="42c5b541" sha1="565a00d688d6aac6eb688e3570d42e0236d2fcb2" offset="0" />
44         </dataarea>
45      </part>
46   </software>
47
48   <software name="finance">
49      <description>Finance</description>
50      <year>1983</year>
51      <publisher>Texas Instruments</publisher>
52      <info name="serial" value="SS-3006"/>
53      <info name="usage" value="Load with RUN &quot;DIR&quot;, then load program from list" />
54      <part name="cart" interface="cc40_cart">
55         <dataarea name="rom" size="0x8000">
56            <rom name="finance.bin" size="0x8000" crc="d1671acc" sha1="a4a6da5504bea2b37b289c83e4af012ed8f4ad9b" offset="0" />
57         </dataarea>
58      </part>
59   </software>
60
61   <software name="games1">
62      <description>Games I</description>
63      <year>1983</year>
64      <publisher>Texas Instruments</publisher>
65      <info name="serial" value="SS-3024"/>
66      <info name="usage" value="Load with RUN &quot;DIR&quot;, then load program from list" />
67      <part name="cart" interface="cc40_cart">
68         <dataarea name="rom" size="0x8000">
69            <rom name="games1.bin" size="0x8000" crc="54b52a26" sha1="1ad4c414b3aba73e10e30a2c2a2de8e92f96d46b" offset="0" status="baddump" />
70         </dataarea>
71      </part>
72   </software>
73
74   <software name="maths">
75      <description>Mathematics</description>
76      <year>1983</year>
77      <publisher>Texas Instruments</publisher>
78      <info name="serial" value="SS-3009"/>
79      <info name="usage" value="Load with RUN &quot;DIR&quot;, then load program from list" />
80      <part name="cart" interface="cc40_cart">
81         <dataarea name="rom" size="0x8000">
82            <rom name="mathematics.bin" size="0x8000" crc="f0f7a65a" sha1="88af8b822d296a774a275e26ed4c91140c93b074" offset="0" />
83         </dataarea>
84      </part>
85   </software>
86
87   <software name="memoproc">
88      <description>Memo Processor</description>
89      <year>1983</year>
90      <publisher>Texas Instruments</publisher>
91      <info name="developer" value="Telos Software Products" />
92      <info name="serial" value="SS-3004"/>
93      <info name="usage" value="Load with RUN &quot;MP&quot;" />
94      <part name="cart" interface="cc40_cart">
95         <dataarea name="rom" size="0x8000">
96            <rom name="memo_processor.bin" size="0x8000" crc="817f77db" sha1="13541d447b30834efdb23718eb30ce243a32c7d5" offset="0" />
97         </dataarea>
98      </part>
99   </software>
100
101   <software name="pascal">
102      <description>Learn Pascal</description>
103      <year>1983</year>
104      <publisher>Texas Instruments</publisher>
105      <info name="serial" value="SS-1001"/>
106      <info name="usage" value="Load with RUN &quot;PASCAL&quot;" />
107      <part name="cart" interface="cc40_cart">
108         <dataarea name="rom" size="0x8000">
109            <rom name="pascal.bin" size="0x8000" crc="e9bced03" sha1="770944a521bc8c1ad72c3aabdcfdc5929131c658" offset="0" />
110         </dataarea>
111      </part>
112   </software>
113
114   <software name="stats">
115      <description>Statistics</description>
116      <year>1983</year>
117      <publisher>Texas Instruments</publisher>
118      <info name="serial" value="SS-3008"/>
119      <info name="usage" value="Load with RUN &quot;DIR&quot;, then load program from list" />
120      <part name="cart" interface="cc40_cart">
121         <dataarea name="rom" size="0x8000">
122            <rom name="statistics.bin" size="0x8000" crc="2c0e5c22" sha1="73c2b3512ba8eaacdc529d4df80ae3673a53589d" offset="0" />
123         </dataarea>
124      </part>
125   </software>
126
127</softwarelist>
Property changes on: trunk/hash/cc40_cart.xml
Added: svn:mime-type
   + text/xml
Added: svn:eol-style
   + native
trunk/src/mess/drivers/ti74.c
r31346r31347
133133ROM_END
134134
135135
136COMP( 1986, ti74, 0, 0, ti74, ti74, driver_device, 0, "Texas Instruments", "TI-74", GAME_IS_SKELETON )
136COMP( 1985, ti74, 0, 0, ti74, ti74, driver_device, 0, "Texas Instruments", "TI-74 Basicalc", GAME_IS_SKELETON )
trunk/src/mess/drivers/cc40.c
r31346r31347
485485
486486   /* cartridge */
487487   MCFG_CARTSLOT_ADD("cart")
488   MCFG_CARTSLOT_EXTENSION_LIST("256,bin,rom")
488   MCFG_CARTSLOT_EXTENSION_LIST("bin,rom")
489489   MCFG_CARTSLOT_NOT_MANDATORY
490490   MCFG_CARTSLOT_LOAD(cc40_state, cc40_cartridge)
491491   MCFG_CARTSLOT_INTERFACE("cc40_cart")

Previous 199869 Revisions Next


© 1997-2024 The MAME Team