summaryrefslogtreecommitdiffstatshomepage
path: root/hash/msx1_cart.xml
diff options
context:
space:
mode:
author Wilbert Pol <wilbert@jdg.info>2014-06-04 17:57:35 +0000
committer Wilbert Pol <wilbert@jdg.info>2014-06-04 17:57:35 +0000
commitdb5294cec3fbbf3915b7e4cad02fbda74dc1e608 (patch)
tree7892d023202f2fd081bf8adbc2e085521bc8e476 /hash/msx1_cart.xml
parent961ce4b810a4f0d6a5e2f1e85e00a5c647a6984c (diff)
(MESS) msx.c: Added support for mapper used by Holy Quran. [hap, Wilbert Pol]
Diffstat (limited to 'hash/msx1_cart.xml')
-rw-r--r--hash/msx1_cart.xml9
1 files changed, 4 insertions, 5 deletions
diff --git a/hash/msx1_cart.xml b/hash/msx1_cart.xml
index 308d9a5538d..c651ad8f89e 100644
--- a/hash/msx1_cart.xml
+++ b/hash/msx1_cart.xml
@@ -15242,18 +15242,17 @@ legacy FM implementations cannot find it.
</part>
</software>
-<!-- FIXME: proper HOLYQURAN mapper needs to be implemented! -->
- <software name="quran" supported="no">
+ <software name="quran">
<description>The Holy Quran</description>
<year>1987</year>
<publisher>Al Alamiah</publisher>
<info name="serial" value="R052" />
<info name="usage" value="Requires an Arabic MSX" />
<part name="cart" interface="msx_cart">
- <feature name="slot" value="ascii16" />
- <feature name="mapper" value="M60002-0125SP-16" /> <!-- WRONG MAPPER (but in this way no crash of the emulator) -->
+ <feature name="slot" value="holy_quran" />
<dataarea name="rom" size="1048576">
- <rom name="holyquran.rom" size="1048576" crc="83f28ad3" sha1="0dbc7defd96b71c1fe2d63cbc725f5e58aea2db0" offset="0x0000" />
+ <!-- there are 2 ROMs on the cartridge -->
+ <rom name="holyquran.rom" size="1048576" crc="3b003e5c" sha1="7d439080b43d94385fd4c426d4f6fee884bc2926" status="baddump" offset="0x0000" />
</dataarea>
</part>
</software>