mirror of
https://github.com/holub/mame
synced 2025-04-16 05:24:54 +03:00
added cc40 software list.
Much thanks to J Guidry and Lee!
This commit is contained in:
parent
fb22b5a3b6
commit
0e91535b56
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -80,6 +80,7 @@ hash/cbm2_cart.xml svneol=native#text/xml
|
||||
hash/cbm2_flop.xml svneol=native#text/xml
|
||||
hash/cbm8096_flop.xml svneol=native#text/xml
|
||||
hash/cbm8296_flop.xml svneol=native#text/xml
|
||||
hash/cc40_cart.xml svneol=native#text/xml
|
||||
hash/cd32.xml svneol=native#text/xml
|
||||
hash/cdi.xml svneol=native#text/xml
|
||||
hash/cdtv.xml svneol=native#text/xml
|
||||
|
127
hash/cc40_cart.xml
Normal file
127
hash/cc40_cart.xml
Normal file
@ -0,0 +1,127 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
||||
|
||||
<softwarelist name="cc40_cart" description="CC-40 cartridges">
|
||||
|
||||
<!--
|
||||
|
||||
Not included in list:
|
||||
- SS-1000 16KB RAM
|
||||
- SS-1001 8KB RAM, battery backed
|
||||
|
||||
Also, not sure if these exist, probably canceled:
|
||||
- Business Graphics
|
||||
- Games II
|
||||
- Perspective Drawing
|
||||
|
||||
-->
|
||||
|
||||
<software name="aee">
|
||||
<description>Advanced Electrical Engineering</description>
|
||||
<year>1983</year>
|
||||
<publisher>Texas Instruments</publisher>
|
||||
<info name="serial" value="SS-3007"/>
|
||||
<info name="usage" value="Load with RUN "DIR", then load program from list" />
|
||||
<part name="cart" interface="cc40_cart">
|
||||
<dataarea name="rom" size="0x8000">
|
||||
<rom name="aee.bin" size="0x8000" crc="0ebf8f90" sha1="609cb2f5e235995eea66e9da0f06ca80e736e290" offset="0" />
|
||||
</dataarea>
|
||||
</part>
|
||||
</software>
|
||||
|
||||
<software name="ea">
|
||||
<!-- NOTE: second half of the rom is a copy of Memo Processor -->
|
||||
<!-- This software was unreleased, looks finished though, in-house SDK? - extensive documentation is available -->
|
||||
<description>Editor/Assembler</description>
|
||||
<year>1983</year>
|
||||
<publisher>Texas Instruments (unreleased)</publisher>
|
||||
<info name="usage" value="Load with RUN "ALDS"" />
|
||||
<part name="cart" interface="cc40_cart">
|
||||
<feature name="pcb" value="Mechatronic Systems" />
|
||||
<feature name="ic1" value="27C512" />
|
||||
<dataarea name="rom" size="0x10000">
|
||||
<rom name="ea.bin" size="0x10000" crc="42c5b541" sha1="565a00d688d6aac6eb688e3570d42e0236d2fcb2" offset="0" />
|
||||
</dataarea>
|
||||
</part>
|
||||
</software>
|
||||
|
||||
<software name="finance">
|
||||
<description>Finance</description>
|
||||
<year>1983</year>
|
||||
<publisher>Texas Instruments</publisher>
|
||||
<info name="serial" value="SS-3006"/>
|
||||
<info name="usage" value="Load with RUN "DIR", then load program from list" />
|
||||
<part name="cart" interface="cc40_cart">
|
||||
<dataarea name="rom" size="0x8000">
|
||||
<rom name="finance.bin" size="0x8000" crc="d1671acc" sha1="a4a6da5504bea2b37b289c83e4af012ed8f4ad9b" offset="0" />
|
||||
</dataarea>
|
||||
</part>
|
||||
</software>
|
||||
|
||||
<software name="games1">
|
||||
<description>Games I</description>
|
||||
<year>1983</year>
|
||||
<publisher>Texas Instruments</publisher>
|
||||
<info name="serial" value="SS-3024"/>
|
||||
<info name="usage" value="Load with RUN "DIR", then load program from list" />
|
||||
<part name="cart" interface="cc40_cart">
|
||||
<dataarea name="rom" size="0x8000">
|
||||
<rom name="games1.bin" size="0x8000" crc="54b52a26" sha1="1ad4c414b3aba73e10e30a2c2a2de8e92f96d46b" offset="0" status="baddump" />
|
||||
</dataarea>
|
||||
</part>
|
||||
</software>
|
||||
|
||||
<software name="maths">
|
||||
<description>Mathematics</description>
|
||||
<year>1983</year>
|
||||
<publisher>Texas Instruments</publisher>
|
||||
<info name="serial" value="SS-3009"/>
|
||||
<info name="usage" value="Load with RUN "DIR", then load program from list" />
|
||||
<part name="cart" interface="cc40_cart">
|
||||
<dataarea name="rom" size="0x8000">
|
||||
<rom name="mathematics.bin" size="0x8000" crc="f0f7a65a" sha1="88af8b822d296a774a275e26ed4c91140c93b074" offset="0" />
|
||||
</dataarea>
|
||||
</part>
|
||||
</software>
|
||||
|
||||
<software name="memoproc">
|
||||
<description>Memo Processor</description>
|
||||
<year>1983</year>
|
||||
<publisher>Texas Instruments</publisher>
|
||||
<info name="developer" value="Telos Software Products" />
|
||||
<info name="serial" value="SS-3004"/>
|
||||
<info name="usage" value="Load with RUN "MP"" />
|
||||
<part name="cart" interface="cc40_cart">
|
||||
<dataarea name="rom" size="0x8000">
|
||||
<rom name="memo_processor.bin" size="0x8000" crc="817f77db" sha1="13541d447b30834efdb23718eb30ce243a32c7d5" offset="0" />
|
||||
</dataarea>
|
||||
</part>
|
||||
</software>
|
||||
|
||||
<software name="pascal">
|
||||
<description>Learn Pascal</description>
|
||||
<year>1983</year>
|
||||
<publisher>Texas Instruments</publisher>
|
||||
<info name="serial" value="SS-1001"/>
|
||||
<info name="usage" value="Load with RUN "PASCAL"" />
|
||||
<part name="cart" interface="cc40_cart">
|
||||
<dataarea name="rom" size="0x8000">
|
||||
<rom name="pascal.bin" size="0x8000" crc="e9bced03" sha1="770944a521bc8c1ad72c3aabdcfdc5929131c658" offset="0" />
|
||||
</dataarea>
|
||||
</part>
|
||||
</software>
|
||||
|
||||
<software name="stats">
|
||||
<description>Statistics</description>
|
||||
<year>1983</year>
|
||||
<publisher>Texas Instruments</publisher>
|
||||
<info name="serial" value="SS-3008"/>
|
||||
<info name="usage" value="Load with RUN "DIR", then load program from list" />
|
||||
<part name="cart" interface="cc40_cart">
|
||||
<dataarea name="rom" size="0x8000">
|
||||
<rom name="statistics.bin" size="0x8000" crc="2c0e5c22" sha1="73c2b3512ba8eaacdc529d4df80ae3673a53589d" offset="0" />
|
||||
</dataarea>
|
||||
</part>
|
||||
</software>
|
||||
|
||||
</softwarelist>
|
@ -485,7 +485,7 @@ static MACHINE_CONFIG_START( cc40, cc40_state )
|
||||
|
||||
/* cartridge */
|
||||
MCFG_CARTSLOT_ADD("cart")
|
||||
MCFG_CARTSLOT_EXTENSION_LIST("256,bin,rom")
|
||||
MCFG_CARTSLOT_EXTENSION_LIST("bin,rom")
|
||||
MCFG_CARTSLOT_NOT_MANDATORY
|
||||
MCFG_CARTSLOT_LOAD(cc40_state, cc40_cartridge)
|
||||
MCFG_CARTSLOT_INTERFACE("cc40_cart")
|
||||
|
@ -133,4 +133,4 @@ ROM_START( ti74 )
|
||||
ROM_END
|
||||
|
||||
|
||||
COMP( 1986, ti74, 0, 0, ti74, ti74, driver_device, 0, "Texas Instruments", "TI-74", GAME_IS_SKELETON )
|
||||
COMP( 1985, ti74, 0, 0, ti74, ti74, driver_device, 0, "Texas Instruments", "TI-74 Basicalc", GAME_IS_SKELETON )
|
||||
|
Loading…
Reference in New Issue
Block a user