(better late than never) 225 rom URL

This commit is contained in:
Kelvin Sherlock
2020-10-28 00:12:03 -04:00
parent 6ca8ae2dc9
commit 6e4a516610
2 changed files with 4 additions and 4 deletions

View File

@@ -72,9 +72,9 @@ ROMS = [x for x in ROMS if x != ""]
ROMS.sort()
data = {}
data["source"] = "https://archive.org/download/mame0224_rom"
data["source"] = "https://archive.org/download/mame225_rom"
data["type"] = "7z"
data["version"] = "0.224"
data["version"] = "0.225"
data["roms"] = ROMS
# print(ROMS)