diff options
| author | 2014-12-24 09:05:17 +0100 | |
|---|---|---|
| committer | 2014-12-24 09:05:17 +0100 | |
| commit | 6448cf6be46de9bcfc262fb71d39bbda0580549c (patch) | |
| tree | e96025fd8b45527f1d933121c7d352113400ae45 /hash | |
| parent | ee47ba18c58d7b115b2446cdf2b4da313702f36d (diff) | |
(MESS) vc4000: properly supported 4K carts with no RAM. [Fabio Priuli]
Diffstat (limited to 'hash')
| -rw-r--r-- | hash/database.xml | 6 | ||||
| -rw-r--r-- | hash/vc4000.xml | 4 |
2 files changed, 3 insertions, 7 deletions
diff --git a/hash/database.xml b/hash/database.xml index b762a75d155..1e503859d09 100644 --- a/hash/database.xml +++ b/hash/database.xml @@ -157,8 +157,7 @@ <publisher>Voltmace?</publisher> <info name="serial" value="No.13"/> <part name="cart" interface="vc4000_cart"> - <!-- FIXME: PCB has no RAM, but 4k ROM => it needs a new slot option --> - <feature name="slot" value="std" /> + <feature name="slot" value="rom4k" /> <dataarea name="rom" size="4096"> <rom name="boxing.bin" size="4096" crc="922c9f0d" sha1="b49a37dd6d0272f6c71d778ffada6bc7c90f8348" offset="0" /> </dataarea> @@ -229,8 +228,7 @@ <publisher>Voltmace?</publisher> <info name="serial" value="No.24"/> <part name="cart" interface="vc4000_cart"> - <!-- FIXME: PCB has no RAM, but 4k ROM => it needs a new slot option --> - <feature name="slot" value="std" /> + <feature name="slot" value="rom4k" /> <dataarea name="rom" size="4096"> <rom name="munchcrn.bin" size="4096" crc="704a1593" sha1="5f0b95904d6d36368727c1e0c91d94627a7471d6" offset="0" /> </dataarea> diff --git a/hash/vc4000.xml b/hash/vc4000.xml index d42d8fe7ea7..5dea1663555 100644 --- a/hash/vc4000.xml +++ b/hash/vc4000.xml @@ -236,12 +236,10 @@ <publisher>Interton</publisher> <info name="serial" value="18"/> <part name="cart" interface="vc4000_cart"> - <feature name="slot" value="ram1k" /> + <feature name="slot" value="rom4k" /> <dataarea name="rom" size="4096"> <rom name="boxing.bin" size="4096" crc="922c9f0d" sha1="b49a37dd6d0272f6c71d778ffada6bc7c90f8348" offset="0" /> </dataarea> - <dataarea name="ram" size="1024"> - </dataarea> </part> </software> |
