|
发表于 2025-2-12 14:25:44
|
显示全部楼层
https://docs.libretro.com/guides/softwarelist-getting-started/
Method 2: RetroArch frontend friendly via Libretro CMD file launching¶
This method follows the same folder structure as above, but you can use custom naming outside of the hash file included with MAME. It utilises some custom additions to the Libretro MAME Cores. Specifically the use of text files (.cmd) to replicate sending command line actions as you can with mainline MAME.
Creating a .cmd file Let's follow the above example and create a dedicated asteroid.cmd file for the Atari 7800 game. It needs this line:
a7800 -cart asteroid -rp "/"YourPath"/mame/roms/a7800"
To do: Other path definitions, e.g. under Windows? Maybe explain the different sources, e.g. cart, flop etc?
Now launch the game: In RetroArch, choose "Load Content" and browse to asteroid.cmd, and it should launch with MAME current.
To do: Cmd file example |
|