diff options
author | 2020-07-10 07:36:12 -0400 | |
---|---|---|
committer | 2020-07-10 07:36:12 -0400 | |
commit | 81e247ff16f8656b50f23788407325108f093df8 (patch) | |
tree | a55ca426f0473ec48dd9095f0661befac48304b7 | |
parent | cdf43e750661e9813d3aaf6959f8d373044e214a (diff) | |
parent | 8720978920f5b6bff9325df4608fa8bb8e8399b9 (diff) |
Merge pull request #6938 from rzero9/patch-3
ibm5150.xml: fix dataarea sizes (nw)
-rw-r--r-- | hash/ibm5150.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hash/ibm5150.xml b/hash/ibm5150.xml index a8a1c4f7f69..d8eee0ddef6 100644 --- a/hash/ibm5150.xml +++ b/hash/ibm5150.xml @@ -443,7 +443,7 @@ Known PC Booter Games Not Dumped, Or Dumped and Lost when Demonlord's Site went <publisher>Atarisoft</publisher> <info name="usage" value="PC Booter" /> <part name="flop1" interface="floppy_5_25"> - <dataarea name="flop" size="1049469"> + <dataarea name="flop" size="1011265"> <rom name="centipede.mfm" size="1011265" crc="29332053" sha1="d34519a6cd21ac50ada1d78b28be138e77128635"/> </dataarea> </part> @@ -1715,7 +1715,7 @@ Known PC Booter Games Not Dumped, Or Dumped and Lost when Demonlord's Site went <publisher>Atarisoft</publisher> <info name="usage" value="PC Booter" /> <part name="flop1" interface="floppy_5_25"> - <dataarea name="flop" size="551161"> + <dataarea name="flop" size="550459"> <rom name="mspacman.mfm" size="550459" crc="1cc9488e" sha1="4fc2751e7a77ac9a8ccad888109246492617806c"/> </dataarea> </part> |