use mame 224 internet archive rom set

since it's currently the newest available and seems less likely to
spontaneously disappear.
This commit is contained in:
Kelvin Sherlock
2021-01-06 21:23:29 -05:00
parent c88fe397f7
commit 07d0e78d04
3 changed files with 10 additions and 8 deletions

View File

@@ -66,6 +66,8 @@ a2parprn
a2suprterm
a2uniprint
ccs7710
aprissi
""".splitlines()
#
@@ -80,9 +82,9 @@ ROMS = [x for x in ROMS if x != ""]
ROMS.sort()
data = {}
data["source"] = "https://archive.org/download/mame0226_rom"
data["type"] = "7z"
data["version"] = "0.226"
data["source"] = "https://archive.org/download/mame0.224"
data["type"] = "zip"
data["version"] = "0.224"
data["roms"] = ROMS
# print(ROMS)