mirror of
https://github.com/holub/mame
synced 2025-10-04 16:34:53 +03:00
(MESS) softlist: added Hanimex Pencil II cart list [Robbbert, Fabio Priuli]
This commit is contained in:
parent
022861a078
commit
f073bbae0a
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -226,6 +226,7 @@ hash/pcecd.xml svneol=native#text/xml
|
||||
hash/pcw.xml svneol=native#text/xml
|
||||
hash/pcw16.xml svneol=native#text/xml
|
||||
hash/pecom_cass.xml svneol=native#text/xml
|
||||
hash/pencil2.xml svneol=native#text/xml
|
||||
hash/pentagon_cass.xml svneol=native#text/xml
|
||||
hash/pet_cass.xml svneol=native#text/xml
|
||||
hash/pet_flop.xml svneol=native#text/xml
|
||||
|
46
hash/pencil2.xml
Normal file
46
hash/pencil2.xml
Normal file
@ -0,0 +1,46 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
||||
<softwarelist name="pencil2" description="Hanimex Pencil II cartridges">
|
||||
|
||||
<!--
|
||||
|
||||
Undumped known carts
|
||||
|
||||
SD-BASIC V1.0
|
||||
Le Jardin Magique (PEN-701)
|
||||
Le Plongeur a la Recherche du Tresor (PEN-702) / Treasure Hunter
|
||||
Big Foot Chase
|
||||
Smurf
|
||||
Zaxxon
|
||||
|
||||
-->
|
||||
|
||||
|
||||
<!--
|
||||
|
||||
BASIC CART PEN-700 11-50332-31 Rev.0
|
||||
SD-BASIC VERSION 2.0 FOR PENCIL II
|
||||
(c) 1983 SOUNDIC ELECTRONICS LTD HONG KONG ALL RIGHTS RESERVED
|
||||
1 x 2732
|
||||
2 x 2764
|
||||
|
||||
The roms were dumped by attaching a cable from the printer port to
|
||||
a Super-80 and writing programs in Basic to transfer the bytes.
|
||||
Therefore it is not known which rom "202" or "203" is which address range.
|
||||
-->
|
||||
|
||||
<software name="basic">
|
||||
<description>SD-BASIC v2.0</description>
|
||||
<year>1983</year>
|
||||
<publisher>Soundic Electronics</publisher>
|
||||
<part name="cart" interface="pencil2_cart">
|
||||
<dataarea name="rom" size="24576">
|
||||
<rom name="203.bin" size="8192" crc="f502175c" sha1="cb2190e633e98586758008577265a7a2bc088233" offset="0x0000" />
|
||||
<rom name="1-or.bin" size="4096" crc="1ddedccd" sha1="5fc0d30b5997224b67bf286725468194359ced5a" offset="0x2000" />
|
||||
<rom size="4096" offset="0x4000" loadflag="reload" />
|
||||
<rom name="202.bin" size="8192" crc="5171097d" sha1="171999bc04dc98c74c0722b2866310d193dc0f82" offset="0x4000" />
|
||||
</dataarea>
|
||||
</part>
|
||||
</software>
|
||||
|
||||
</softwarelist>
|
Loading…
Reference in New Issue
Block a user