mirror of
https://github.com/MiSTer-devel/Scripts_MiSTer.git
synced 2026-04-19 03:05:34 +00:00
fixed mame version
This commit is contained in:
@@ -41,8 +41,8 @@ def parseMRA(mraFile):
|
||||
noCRC = True
|
||||
noMameVersion= True
|
||||
info['mraname']=mraFile
|
||||
if ('mameversion' in root):
|
||||
noMameVersion = False
|
||||
for item in root.findall('mameversion'):
|
||||
noMameVersion = False
|
||||
for item in root.findall('rom'):
|
||||
if ('zip' in item.attrib):
|
||||
zip=item.attrib['zip']
|
||||
@@ -118,6 +118,7 @@ for info in broken:
|
||||
missingzips=missingzips+fname+","
|
||||
print("missing: "+missingzips+" for: "+info['mraname'])
|
||||
|
||||
#working=parseMRA('Xevious.mra')
|
||||
#working=parseMRA('Tapper.mra')
|
||||
#print('Working:'+str(working))
|
||||
#working=parseMRA('Asteroids.mra')
|
||||
|
||||
Reference in New Issue
Block a user