diff options
| author | 2024-06-19 18:10:49 +0100 | |
|---|---|---|
| committer | 2024-06-19 13:10:49 -0400 | |
| commit | 166311e24ebd7514299a81a633fefd0eb43deae0 (patch) | |
| tree | 9a900c6847b02ae3560b1af59303a32c544fd700 /hash | |
| parent | c6a47e34df1dbd106bd9a45ab56a9fb28e6fe16e (diff) | |
Benesse work / Challenge Gear (#12487)
New NOT WORKING Machine
----------
Challenge Gear [TeamEurope, SSJ, Youkal3]
New NOT WORKING Software List Entries
---------
challenge_gear_cart.xml:
Challenge 6 Years [TeamEurope, SSJ, Youkal3]
- moved pockchal.cpp and the new driver to a benesse folder, as benesse had many more products
- created a separate machine for the Pocket Challenge v2, the BIOS isn't dumped, but carts aren't physically compatible with a Wonderswan even if the software is. Makes more sense to have a driver with the borrowed Wonderswan BIOS marked as BAD_DUMP than hiding everything behind the Wonderswan itself.
Diffstat (limited to 'hash')
| -rw-r--r-- | hash/challenge_gear_cart.xml | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/hash/challenge_gear_cart.xml b/hash/challenge_gear_cart.xml new file mode 100644 index 00000000000..69a9663cca4 --- /dev/null +++ b/hash/challenge_gear_cart.xml @@ -0,0 +1,60 @@ +<?xml version="1.0"?> +<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd"> +<!-- +license:CC0-1.0 +--> + +<!-- + +Cartridge: +FRONT: BACK: ++~~~~~~~~~~~~~~~~~+ +~~~~~~~~~~~~~~~~~+ +| | | | +| +~~~~~~~+ | | | +| |TSOP 32| | | | +| +~~~~~~~+ | | | ++~~+20 01+~~+ +~~+21 40+~~+ + |___________| |___________| + + +01 | GND 21 | GND +02 | D01 22 | D02 +03 | D00 23 | D03 +04 | OE 24 | D04 +05 | NC 25 | GND +06 | A01 26 | D05 +07 | NC 27 | D06 +08 | NC 28 | D07 +09 | VCC 29 | A00 +10 | VCC 30 | A17 +11 | A02 31 | A16 +12 | A03 32 | A15 +13 | A04 33 | A14 +14 | A05 34 | A13 +15 | A06 35 | A12 +16 | CE 36 | A11 +17 | A07 37 | A10 +18 | A08 38 | A09 +19 | A18 39 | WE / NC +20 | GND 40 | GND + +--> + + +<softwarelist name="challenge_gear_cart" description="Benesse Challenge Gear cartridges"> + + <software name="6years" supported="no"> + <description>Challenge 6 Years</description> + <year>199?</year> + <publisher>Benesse Corporation</publisher> + <part name="cart" interface="challenge_gear_cart"> + <dataarea name="rom" size="0x80000"> + <rom name="MS040601.ic1" size="0x80000" crc="487ecb9c" sha1="bc89468aff7f06f1694eed17f15cab46c0d1638e" /> + </dataarea> + </part> + </software> + +</softwarelist> + + + |
