diff options
author | 2015-09-07 10:55:22 -0400 | |
---|---|---|
committer | 2015-09-07 10:55:22 -0400 | |
commit | 7714afc09f0e264efe7c60841d52a2154215fafb (patch) | |
tree | 61ace776d831c86e925c32005772c2f51b69701a /hash | |
parent | bd27e9a7c24c03a09d0c4325a9a458c7a55eda4c (diff) |
Correct bad rom size for mrdo (tutor.xml) (nw)
Diffstat (limited to 'hash')
-rw-r--r-- | hash/tutor.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hash/tutor.xml b/hash/tutor.xml index 89b96fe53a0..ec5e6b16e65 100644 --- a/hash/tutor.xml +++ b/hash/tutor.xml @@ -292,7 +292,7 @@ Battlefighter (Original) (Unreleased - Prototype Stage) <info name="serial" value="019E"/> <part name="cart" interface="tutor_cart"> <dataarea name="rom" size="8192"> - <rom name="tomy 3l1.ic1.bin" size="8192" crc="1dfa3f4b" sha1="93d1c17c5edd44f27c28cde88a68f609b77feb0c" offset="0" /> + <rom name="tomy 3l1.ic1.bin" size="16384" crc="1dfa3f4b" sha1="93d1c17c5edd44f27c28cde88a68f609b77feb0c" offset="0" /> </dataarea> </part> </software> |