tkssitch Posted December 20, 2024 Posted December 20, 2024 As, title says. I know Mame isn't the best for console emulation, but I have specific purpose for using mame. I when I [Tab] into in-game menu, the changes are saved on a system basis [nes]. I'm looking to save them (if possible) on a per game as you can the regular arcade. Thanks, all feedback appreciated. Quote
JoeViking245 Posted December 21, 2024 Posted December 21, 2024 31 minutes ago, tkssitch said: As, title says. I know Mame isn't the best for console emulation, but I have specific purpose for using mame. I when I [Tab] into in-game menu, the changes are saved on a system basis [nes]. I'm looking to save them (if possible) on a per game as you can the regular arcade. Thanks, all feedback appreciated. You'd need to add -statename to the command-line parameters. The full command would be: "D:\Mame\mame.exe" nes -statename nes/addfam -ui_active addfam Then in LaunchBox for your NES Associated Platform: nes -statename nes/%romfilename% -ui_active I add ui_active so the keyboard works normally. Alternately, you can set in mame.ini (or nes.ini). 1 Quote
Solution JoeViking245 Posted December 21, 2024 Solution Posted December 21, 2024 Oh snap! I was thinking save states. For per game configurations, you'd use -cfg_directory " D:\MAME\mame.exe" nes -cfg_directory "D:\MAME\cfg\nes\addfam" addfam Or nes -cfg_directory cfg\nes\%romfilename% 1 Quote
tkssitch Posted December 21, 2024 Author Posted December 21, 2024 awesome thanks alot for responding. I'll give it a go when i can and report back. Thanks! Quote
tkssitch Posted December 25, 2024 Author Posted December 25, 2024 On 12/20/2024 at 6:26 PM, JoeViking245 said: Oh snap! I was thinking save states. For per game configurations, you'd use -cfg_directory " D:\MAME\mame.exe" nes -cfg_directory "D:\MAME\cfg\nes\addfam" addfam Or nes -cfg_directory cfg\nes\%romfilename% This worked Thanks! I used this for sms as well without a hitch. 1 Quote
tkssitch Posted January 24 Author Posted January 24 On 12/20/2024 at 6:26 PM, JoeViking245 said: Oh snap! I was thinking save states. For per game configurations, you'd use -cfg_directory " D:\MAME\mame.exe" nes -cfg_directory "D:\MAME\cfg\nes\addfam" addfam Or nes -cfg_directory cfg\nes\%romfilename% Actually, have another question that goes to the save state, this would be for use on regular mame arcade games. How would i use it from a command-line to boot into a mame starting at a save state? Thanks! Quote
JoeViking245 Posted January 24 Posted January 24 34 minutes ago, tkssitch said: Actually, have another question that goes to the save state, this would be for use on regular mame arcade games. How would i use it from a command-line to boot into a mame starting at a save state? Thanks! Universal Command-line Options — MAME Documentation 0.273 documentation -state <slot> Immediately after starting the specified system, will cause the save state in the specified <slot> to be loaded. Example: mame -state 1 Quote
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.