add roms for vgmplay driver.

This commit is contained in:
Kelvin Sherlock
2020-09-29 23:29:23 -04:00
parent 0c8587beb5
commit 5840c4ae0c
2 changed files with 8 additions and 3 deletions

View File

@@ -54,9 +54,12 @@ m68705p3
votrax
zijini
agat_fdc
a2sider1
a2sider2
qsound
ym2608
""".splitlines()
# a2sider1 -- needs .225 rom set
# a2sider2
#
# others
# mprof3
@@ -65,7 +68,7 @@ a2sider2
# prav8c
#
ROMS.remove("")
ROMS = [x for x in ROMS if x != ""]
ROMS.sort()
data = {}