diff options
| author | 2023-10-24 19:24:02 +0200 | |
|---|---|---|
| committer | 2023-10-24 19:24:30 +0200 | |
| commit | 87d31219014e68d7abfcda87e37b34fa52816eca (patch) | |
| tree | 045b59b4c2791841fc88c956602fee76cf916e8e /hash | |
| parent | f3f338e92901749e354a4bcbd4ddab0a2c75f8e1 (diff) | |
m68705: add preliminary support for analog input ports
New systems marked not working
------------------------------
Video Art [hap, Sean Riddle, Phil Bennett]
New working software list items
-------------------------------
videoart: Activity Cartridge [hap, Sean Riddle, Phil Bennett], Disney Story Book [Mike Stedman]
Diffstat (limited to 'hash')
| -rw-r--r-- | hash/videoart.xml | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/hash/videoart.xml b/hash/videoart.xml new file mode 100644 index 00000000000..083888912aa --- /dev/null +++ b/hash/videoart.xml @@ -0,0 +1,47 @@ +<?xml version="1.0"?> +<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd"> +<!-- +license:CC0-1.0 +--> + +<!-- + +Known released LJN Video Art Activity Cartridges (9 total): + +Activity Cartridge (pack-in) +A Trip To The Zoo! +Disney Coloring Book +Disney Story Book +Looney Tunes +Marvel Super Heroes +My Dream Day +My Favorite Doll +On The Move + +--> + +<softwarelist name="videoart" description="LJN Video Art cartridges"> + + <software name="activity"> + <description>Activity Cartridge</description> + <year>1987</year> + <publisher>LJN Toys</publisher> + <part name="cart" interface="videoart"> + <dataarea name="rom" size="0x2000"> + <rom name="ljn_act-1" size="0x2000" crc="8e3c03df" sha1="cb4e2e448eddc6a76673717f42d306cd3641dcfb" /> <!-- GI 9864DS-1217 --> + </dataarea> + </part> + </software> + + <software name="disneysb"> + <description>Disney Story Book</description> + <year>1987</year> + <publisher>LJN Toys</publisher> + <part name="cart" interface="videoart"> + <dataarea name="rom" size="0x4000"> + <rom name="ljn_story-9" size="0x4000" crc="59a02440" sha1="ea614d10f47b3955aaf07479fbe23cd3931b6e45" /> <!-- Sharp LH232659 --> + </dataarea> + </part> + </software> + +</softwarelist> |
