diff options
author | 2014-09-20 06:25:39 +0000 | |
---|---|---|
committer | 2014-09-20 06:25:39 +0000 | |
commit | f073bbae0adec6a9ef0f60aebda3d2a5df0f72b7 (patch) | |
tree | 496f3673f66d9828cfd09fd992333fdd9280e877 | |
parent | 022861a078a3d894cce3404786508015dcf6e59a (diff) |
(MESS) softlist: added Hanimex Pencil II cart list [Robbbert, Fabio Priuli]
-rw-r--r-- | .gitattributes | 1 | ||||
-rw-r--r-- | hash/pencil2.xml | 46 |
2 files changed, 47 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 073b595ae26..5d1be494d4f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/hash/pencil2.xml b/hash/pencil2.xml new file mode 100644 index 00000000000..0cd0b01f526 --- /dev/null +++ b/hash/pencil2.xml @@ -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> |