Development of module-script generator for lr-mess, lr-mame and mame standalone
-
@Folly said in Development of module-script generator for lr-mess, lr-mame and mame standalone:
I came up with a few drivers,
I filtered the database on :- non-arcade (grep non-)
- multigame (grep multigame)
- not all_in1 (grep -v all_in1)
Full command to test the drivers one by one :
cat /opt/retropie/emulators/mame/mame0271_systems_sorted_info |grep non-|grep multigame|grep -v all_in1|cut -d " " -f2|while read driver;do /opt/retropie/emulators/mame/mame -ui_active $driver;doneFound that next drivers seem to work ok and could potentially be added to the list all_in1 :
cham24
smssgame
smssgamea
vgtabletWhat do you think ?
P.s.
Addedmarc101
to all_in1.ini and 271/272 database.All systems are for arcade games excepted vgtablet
New edit: vgtablet has been added to "All in one" gamelist.xml
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.