remove empty string from the ROM list.

This commit is contained in:
Kelvin Sherlock 2020-09-03 00:16:08 -04:00
parent 152197cae7
commit fef59d29cf
3 changed files with 4 additions and 1 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@ embedded/mame64
embedded/SDL2.framework
build
embedded/mame-data.tgz
__pycache__

View File

@ -10,7 +10,6 @@
<string>0.224</string>
<key>roms</key>
<array>
<string></string>
<string>a1cass</string>
<string>a2aevm80</string>
<string>a2ap16</string>

View File

@ -62,6 +62,9 @@ zijini
# prav8c
#
ROMS.remove("")
ROMS.sort()
data = {}
data["source"] = "https://archive.org/download/mame0224_rom"
data["type"] = "7z"