summaryrefslogtreecommitdiffstatshomepage
path: root/hash
diff options
context:
space:
mode:
author 0kmg <9137159+0kmg@users.noreply.github.com>2021-07-19 15:05:38 -0800
committer 0kmg <9137159+0kmg@users.noreply.github.com>2021-07-19 15:05:38 -0800
commitc874a82db9ed2d4768cfa1989640e2ee4be115eb (patch)
tree0cb68c69a67a4df3ed9c0bbcd9283e0e9b391215 /hash
parente070405df99e6a5997d5a64ecd62e7161c729a9d (diff)
bus/nes: Added support for another Ai Senshi Nicol bootleg.
- Also changed nazomfds to reflect lack of battery backed RAM. Game remains not working. New working software list additions ----------------------------------- Ai Senshi Nicol (Asia, FDS conversion, alt)
Diffstat (limited to 'hash')
-rw-r--r--hash/nes.xml27
1 files changed, 24 insertions, 3 deletions
diff --git a/hash/nes.xml b/hash/nes.xml
index 448e7d90221..abb56824c85 100644
--- a/hash/nes.xml
+++ b/hash/nes.xml
@@ -66480,6 +66480,26 @@ Also notice that VRAM & WRAM are probably incorrect for some of these sets, at t
</part>
</software>
+<!-- BTANB: Game's sound code is broken and terrible on real hardware. -->
+ <software name="aisenshia" cloneof="aisenshi">
+ <description>Ai Senshi Nicol (Asia, FDS conversion, alt)</description>
+ <year>19??</year>
+ <publisher>Whirlwind Manu</publisher>
+ <info name="serial" value="LH51"/>
+ <part name="cart" interface="nes_cart">
+ <feature name="slot" value="unl_lh51" />
+ <dataarea name="prg" size="131072">
+ <rom name="aisenshi.prg" size="131072" crc="ed3e1526" sha1="7b46c6bd9bfe1c2b405f7ede8b974ce519c966f4" status="baddump" />
+ </dataarea>
+ <!-- 8k VRAM on cartridge -->
+ <dataarea name="vram" size="8192">
+ </dataarea>
+ <!-- 8k WRAM on cartridge -->
+ <dataarea name="wram" size="8192">
+ </dataarea>
+ </part>
+ </software>
+
<software name="akumafds">
<description>Akumajou Dracula (Asia, FDS conversion)</description>
<year>19??</year>
@@ -66538,6 +66558,7 @@ Also notice that VRAM & WRAM are probably incorrect for some of these sets, at t
<description>Almana no Kiseki (Asia, FDS conversion, Alt 2)</description>
<year>19??</year>
<publisher>Whirlwind Manu</publisher>
+ <info name="serial" value="LH29"/>
<part name="cart" interface="nes_cart">
<feature name="slot" value="ks7017" />
<feature name="pcb" value="UNL-KS7017" />
@@ -66735,6 +66756,7 @@ Also notice that VRAM & WRAM are probably incorrect for some of these sets, at t
<description>Green Beret (Asia, FDS conversion)</description>
<year>19??</year>
<publisher>Whirlwind Manu</publisher>
+ <info name="serial" value="LH09"/>
<part name="cart" interface="nes_cart">
<feature name="slot" value="unl_ac08" />
<feature name="pcb" value="UNL-AC08" />
@@ -66936,9 +66958,8 @@ Also notice that VRAM & WRAM are probably incorrect for some of these sets, at t
<!-- 8k VRAM on cartridge -->
<dataarea name="vram" size="8192">
</dataarea>
- <!-- 8k WRAM (battery backed) on cartridge -->
- <dataarea name="bwram" size="8192">
- <rom value="0x00" size="8192" offset="0" loadflag="fill" />
+ <!-- 8k WRAM on cartridge -->
+ <dataarea name="wram" size="8192">
</dataarea>
</part>
</software>