diff options
| author | 2021-08-04 08:04:08 -0800 | |
|---|---|---|
| committer | 2021-08-05 02:04:08 +1000 | |
| commit | ad4f91176b615af9b9bc9fdc3918e276296ddfeb (patch) | |
| tree | 0779bd34b89903e9e49666503b9c3d29c6ab8de5 /hash/nes.xml | |
| parent | 3912610866d933ed05fc1b21cd9f771a66f7e4fc (diff) | |
bus/nes: Added support for a Kaiser 4-in-1 cart. (#8390)
New working software list additions (nes.xml)
-----------------------------------
4 in 1 (KS-106C)
Diffstat (limited to 'hash/nes.xml')
| -rw-r--r-- | hash/nes.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/hash/nes.xml b/hash/nes.xml index dd78beebc80..765b90903f1 100644 --- a/hash/nes.xml +++ b/hash/nes.xml @@ -79021,6 +79021,22 @@ be better to redump them properly. --> </part> </software> + <software name="mc_4k106"> + <description>4 in 1 (KS-106C)</description> + <year>19??</year> + <publisher>Kaiser</publisher> + <info name="usage" value="Press reset to switch games."/> + <part name="cart" interface="nes_cart"> + <feature name="slot" value="ks106c" /> + <dataarea name="prg" size="131072"> + <rom name="mc_4k106.prg" size="131072" crc="eb2474f7" sha1="427b323bd1d7d94a2078425e0a6509a258b1c222" status="baddump" /> + </dataarea> + <dataarea name="chr" size="32768"> + <rom name="mc_4k106.chr" size="32768" crc="a77dae2d" sha1="50671c4cb8db0caee3c2ea764d3324570cebfed0" status="baddump" /> + </dataarea> + </part> + </software> + <software name="mc_4kt34" supported="no"> <description>4 in 1 (KT-3445AB)</description> <year>19??</year> |
