mirror of
https://github.com/ksherlock/ample.git
synced 2025-01-21 17:32:09 +00:00
(better late than never) 225 rom URL
This commit is contained in:
parent
6ca8ae2dc9
commit
6e4a516610
@ -3,11 +3,11 @@
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>source</key>
|
||||
<string>https://archive.org/download/mame0224_rom</string>
|
||||
<string>https://archive.org/download/mame225_rom</string>
|
||||
<key>type</key>
|
||||
<string>7z</string>
|
||||
<key>version</key>
|
||||
<string>0.224</string>
|
||||
<string>0.225</string>
|
||||
<key>roms</key>
|
||||
<array>
|
||||
<string>a1cass</string>
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user