summaryrefslogtreecommitdiffstatshomepage
path: root/hash/bbcm_cart.xml
diff options
context:
space:
mode:
author Fabio Priuli <etabeta78@users.noreply.github.com>2014-04-05 04:25:58 +0000
committer Fabio Priuli <etabeta78@users.noreply.github.com>2014-04-05 04:25:58 +0000
commitbf1199eb2ac75455396608e8f3e3e7a5522b7ce5 (patch)
treec30fea4a26cdc043c039df0d803ce999484cda1f /hash/bbcm_cart.xml
parente75ca754dc5f1897908d27aa4596daa6860162fd (diff)
(MESS) previous BBC Master commit was over-simplifying the cart
mapping compared to the real thing. This should be more in line with the code which will be needed with slots. nw.
Diffstat (limited to 'hash/bbcm_cart.xml')
-rw-r--r--hash/bbcm_cart.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/hash/bbcm_cart.xml b/hash/bbcm_cart.xml
index 7c42ea04a3a..c9a48d80930 100644
--- a/hash/bbcm_cart.xml
+++ b/hash/bbcm_cart.xml
@@ -15,9 +15,11 @@
<year>198?</year>
<publisher>Acorn</publisher>
<part name="cart" interface="bbcm_cart">
- <dataarea name="rom" size="32768">
+ <dataarea name="uprom" size="16384">
<rom name="bbcmasterdemonstrationcartridge_1.rom" size="16384" crc="fc40c0e8" sha1="970ff4721e707f3c843f4fb09ce7f03e7ab265ae" offset="0" />
- <rom name="bbcmasterdemonstrationcartridge_2.rom" size="16384" crc="2e73522d" sha1="ff39620d93b18fd36a4718474495211a46ef8184" offset="0x4000" />
+ </dataarea>
+ <dataarea name="lorom" size="16384">
+ <rom name="bbcmasterdemonstrationcartridge_2.rom" size="16384" crc="2e73522d" sha1="ff39620d93b18fd36a4718474495211a46ef8184" offset="0" />
</dataarea>
</part>
</software>