RenatoUtsch / demul

Automatically exported from code.google.com/p/demul
0 stars 0 forks source link

Feature Request: hotkey to exit emulator #228

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run demul with any game
2. Try and exit with one key, while retaining high scores, etc.

What is the expected output? What do you see instead?
Save the internal memory of NAOMI and close the emulator. This is not a bug but 
an enhancement request. It would make it a lot more integrateable in an arcade 
front-end. That way, high scores can be retained.

I am not asking for a save-state/load-state functionality, but merely what I 
believe will happen when you Exit from the File dropdown. I can create an 
autohotkey script to terminate the program with a single keypress, but it won't 
save the current high scores (obviously).

What version of the product are you using? On what operating system?
0.5.8.2 on Windows 7 64-bit.

Original issue reported on code.google.com by pra...@gmail.com on 31 Jul 2014 at 12:51

GoogleCodeExporter commented 9 years ago
internal momeries of any games already saves before emulation close, always... 
sometimes, the games itself doesn't update often it's nvram data frequently and 
keep it is RAM, so you may loose some progress if quit in particular time, but 
this is not socommon, so mostly I can say, any NVRAM is saved automatically 
into NVRAM folder of your demul...

hotkey for exit yet to be implemented

Original comment by cah4e3 on 31 Jul 2014 at 6:19

GoogleCodeExporter commented 9 years ago
Hm. I'll have to try that again. I was testing with Ikaruga and it may be that 
it doesn't save that often. Thanks!

Original comment by pra...@gmail.com on 31 Jul 2014 at 2:19

GoogleCodeExporter commented 9 years ago
I tried again. It looks like the eeprom and sram files are only written to when 
properly exiting the emulator.

E.g. run demul, play any game, and run:

taskkill /f demul.exe -- none of the sram/eeprom files were ever updated 
throughout 30m of playing

Now if you run the emulator, un-fullscreen, go to the file menu and hit exit, 
the eeprom and sram files are written regardless.

Possible bug then?

Thanks for replying!

Original comment by pra...@gmail.com on 1 Aug 2014 at 4:22

GoogleCodeExporter commented 9 years ago
sorry:
taskkill /f /im demul.exe

Original comment by pra...@gmail.com on 1 Aug 2014 at 4:24

GoogleCodeExporter commented 9 years ago
you SHOULD exit properly in order to save nvram properly. forcing process to 
shut down obviously is a bad idea.

Original comment by cah4e3 on 1 Aug 2014 at 11:07

GoogleCodeExporter commented 9 years ago
Yup, thanks. I was under the impression that you had said it would save 
continuously. Thanks for the answers.

Original comment by pra...@gmail.com on 1 Aug 2014 at 2:07

GoogleCodeExporter commented 9 years ago
That would be great if implemented ! using demul in a mamecab with joysticks 
would be easyer then

Original comment by baptiste...@gmail.com on 19 Oct 2014 at 11:32

GoogleCodeExporter commented 9 years ago

Original comment by cah4e3 on 12 Mar 2015 at 8:21