Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: nes high score  (Read 1817 times)

0 Members and 1 Guest are viewing this topic.

yellowboy

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 10
  • Last login:February 17, 2011, 06:07:45 am
nes high score
« on: September 21, 2010, 09:54:18 pm »
anyone know of a command line emulator that is capable of automatically saving high scores for nes games?  I prefer the nes tetris over anything else I've played and would like the scores to remain in memeory while switching between arcade games etc in mala.

nitz

  • Trade Count: (+2)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 507
  • Last login:November 24, 2015, 07:57:29 pm
Re: nes high score
« Reply #1 on: September 22, 2010, 12:15:27 am »
I'd be surprised if you find a NES emu that does this, but the next best thing would be to make an autohotkey script that automatically saves the game's state and exits at the push of your exit button, and automatically loads the state whenever you start the game.

yellowboy

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 10
  • Last login:February 17, 2011, 06:07:45 am
Re: nes high score
« Reply #2 on: September 22, 2010, 06:58:39 am »
the problem there is if you exit mid gasme you start mid game it doesnt save just the score....maybe this is just a pipedream

nipsmg

  • Trade Count: (+2)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1753
  • Last login:July 11, 2025, 12:17:29 pm
  • ROONEY!! ERRGH!!
    • Arcadia
Re: nes high score
« Reply #3 on: September 22, 2010, 08:16:50 am »
the problem there is if you exit mid gasme you start mid game it doesnt save just the score....maybe this is just a pipedream

Are you sure about this?  This makes absolutely no sense to me.  I could be way off base here, but my basic understanding of how the "save state" on emulators works is that the emulation is frozen, the CPU state and ram are dumped to disk, and when loaded the CPU and RAM are reloaded.  This should put all registers, memory, etc in the EXACT SAME STATE as they were when you saved it, and that would ABSOLUTELY include the high score. 

Edwards80

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 94
  • Last login:April 15, 2011, 08:44:26 am
Re: nes high score
« Reply #4 on: September 22, 2010, 08:25:50 am »
the problem there is if you exit mid gasme you start mid game it doesnt save just the score....maybe this is just a pipedream

Are you sure about this?  This makes absolutely no sense to me.  I could be way off base here, but my basic understanding of how the "save state" on emulators works is that the emulation is frozen, the CPU state and ram are dumped to disk, and when loaded the CPU and RAM are reloaded.  This should put all registers, memory, etc in the EXACT SAME STATE as they were when you saved it, and that would ABSOLUTELY include the high score. 

I think he is saying he wants to be able to quit mid game but when he go's back into it, to start at the title screen with any high scores still there. I can't think of any way to do that.
Hey Dudes thanks, for rescuing me, lets go for a burger.... HA! HA! HA! HA!

Benevolance

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 602
  • Last login:June 01, 2024, 02:39:35 pm
Re: nes high score
« Reply #5 on: September 22, 2010, 08:27:01 pm »
I do the save state on exit thing to record the high scores. The NES games where scores are relevant are frequently so short, it's not hard to just wait for the menu screen to pop back up before you exit.