mcfilmmakers Posted February 3, 2022 Share Posted February 3, 2022 Normally, in launchbox you load a MAME rom with the following command line: lynx96k -cass FILE where FILE is replaced with the rom file path in launchbox. But I'm finding myself in a situation where the given rom zip contains 3 distinct files, each with it's own game: gamepak3:cass1 gamepak3:cass2 gamepak3:cass3 in MAME, you can load directly into them with the following: lynx96k -cass gamepak3:cass3 I want to list each of these files as separate games in Launchbox but the above command doesn't work in Launchbox because launchbox injects the FILE at the end so it ends up like this: lynx96k -cass gamepak3:cass3 FILE which MAME interprets as lynx96k -cass FILE Would anyone know the solution to this? Quote Link to comment Share on other sites More sharing options...
C-Beats Posted February 3, 2022 Share Posted February 3, 2022 The following should work if you have the right options selected regarding not adding spaces lynx96k -cass %romfile%:cass3 1 Quote Link to comment Share on other sites More sharing options...
mcfilmmakers Posted February 3, 2022 Author Share Posted February 3, 2022 There it is! This should be more prominent in documentation somewhere... Thank you! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.