Il s’agit d’un wrapper pour MAME (en ligne de commande) qui télécharge automatiquement les roms (à partir des softwarelist) depuis archive.org si celles-ci ne sont pas présentes dans le rompath. L’usage de la ligne de commande est identique à MAME original, il faut juste préciser ou se situe son exécutable. Il vous faudra une version de JAVA installée sur votre ordinateur.
– Upgraded the Windows executable generator « Launch4J Maven Plugin » dependency to latest version (1.7.12) as an attempt to fix reported Avast antivirus flagging ia-mame.exe as a threat. If the issue persist let me now
– Added support for MESS 0.149 CHD: Vsmile CD collection (to be used with « vsmilpro » driver)
– Added support for MESS 0.149 CHD: Mac HDD collection (to be used with « macclasc » driver)
– Added support for MESS 0.149 CHD: 3DO M2 collection (to be used with « 3do_m2 » driver)
– Added a « -noexecmame » option to prevent ia-mame to launch mame after its own execution.
– Now discover the Mame runtime command line options scheme dynamically instead of storing a static list internally. This greatly improves the accuracy of options regardless of the Mame version.
– Now support software list softwares clones (see issue #4)
– Fixed: Use Uppercase letters on command line throws exception (allowed by Mame) (see issue #5)
– Fixed: ia-mame does not find the Machine data on the XML using Mame < 0.16[2|1] because "machine" tag was previously named "game", which now makes ia-mame support olders versions of Mame (tested with 0.149)
- Handle software having many cd-rom/chd parts
- 7z support implemented