implement hooks for save states and rewinding via RA
bugfix when auto-save state option set in MAME options, actually save the state when RA closes the content or exits
@twinaphex I'm aware that I declared variables after the start of the method in save.cpp, but I was mirroring the style of the original author in the read_file/write_file methods upon which the new methods are based
implement hooks for save states and rewinding via RA
bugfix when auto-save state option set in MAME options, actually save the state when RA closes the content or exits
@twinaphex I'm aware that I declared variables after the start of the method in save.cpp, but I was mirroring the style of the original author in the read_file/write_file methods upon which the new methods are based