Changed autmoon (aristmk4) romload to proper crc/sha hashes. The submitted romset contained a 32kb (u87.bin) which actually appeared to be an 8k overdumped.

Comment:  I was trying to get these now working sets 'running' (set up and configured) so I could write up the comments for the MAME FAQ.  Does anyone have any experience with these?
This commit is contained in:
Scott Stone 2010-06-29 14:47:34 +00:00
parent 949fc85ee8
commit 4f53274d98

View File

@ -1555,7 +1555,7 @@ ROM_START( autmoon )
ROM_LOAD("u59.bin", 0x02000, 0x2000, CRC(84226547) SHA1(df9c2c01a7ac4d930c06a8c4863853ddb1a2adbe)) // sound and video rom
/* GAME EPROMS */
ROM_LOAD("u87.bin", 0x06000, 0x2000, CRC(bddabc7e) SHA1(f49f3b64e0eab0da22018c940a9916e1210a84e6)) // game code
ROM_LOAD("u87.bin", 0x06000, 0x2000, CRC(30ca1eed) SHA1(540635a8b94c14aefa1d8404226d9e1046776111)) // game code
ROM_LOAD("u86.bin", 0x08000, 0x8000, CRC(8153a60b) SHA1(54b8a0467645161d827bf8cb9fbceb0d00f9639f)) // game code
/* SHAPE EPROMS */