diff options
| author | 2015-08-28 12:58:01 -0400 | |
|---|---|---|
| committer | 2015-08-28 12:58:01 -0400 | |
| commit | 344e94e604bde9dca4ba180e155d9febbc80d554 (patch) | |
| tree | 9e8f7f863b757e06cb81d8eb372d1bf715cb2691 /hash | |
| parent | 0c51a75f3f9b193a0a0f23caf4ea78723ec1c0be (diff) | |
| parent | 396889297e6c7f96af6e952c094c9d238dc2cc2f (diff) | |
Merge pull request #290 from einstein95/megadriv-patch
Fix for ddanpei and ninjab (nw)
Diffstat (limited to 'hash')
| -rw-r--r-- | hash/megadriv.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hash/megadriv.xml b/hash/megadriv.xml index 91e4691498c..843499bab81 100644 --- a/hash/megadriv.xml +++ b/hash/megadriv.xml @@ -16204,6 +16204,7 @@ but dumps still have to be confirmed. <info name="release" value="19920710"/> <info name="alt_title" value="炎の闘球児 ドッジ弾平"/> <part name="cart" interface="megadriv_cart"> + <feature name="slot" value="rom_eeprom"/> <dataarea name="rom" width="16" endianness="big" size="524288"> <rom name="mpr-14856.bin" size="524288" crc="630f07c6" sha1="ebdf20fd8aaeb3c7ec97302089b3330265118cf0" offset="0x000000"/> </dataarea> @@ -18270,9 +18271,12 @@ but dumps still have to be confirmed. <info name="release" value="19941021"/> <info name="alt_title" value="ロックマン メガワールド"/> <part name="cart" interface="megadriv_cart"> + <feature name="slot" value="rom_sram"/> <dataarea name="rom" width="16" endianness="big" size="2097152"> <rom name="rockman mega world (jpn) (alt).bin" size="2097152" crc="85c956ef" sha1="a435ac53589a29dbb655662c942daab425d3f6bd" offset="0x000000"/> </dataarea> + <dataarea name="sram" size="16384"> + </dataarea> </part> </software> @@ -20362,6 +20366,7 @@ Notice that these are not working on real hardware due to bugged code with VDP i <info name="release" value="19911205"/> <info name="alt_title" value="忍者武雷伝説"/> <part name="cart" interface="megadriv_cart"> + <feature name="slot" value="rom_eeprom"/> <dataarea name="rom" width="16" endianness="big" size="1048576"> <rom name="ninja burai densetsu (jpn).bin" size="1048576" crc="a8d828a0" sha1="9cc3419ca7ecaf0d106aa896ffc0266c7145fff7" offset="0x000000"/> </dataarea> |
