Having an issue with high score saving lr mame 2003 plus
-
-
Thank you, does anyone have it compiled so I can update my system manually? Getting ready to back up my pi but wanted to get this fix in there before I do.
-
@mahoneyt944 - You'll probably need to download from source from within the RetroPie Setup menu to get the latest commits. Basically where you installed the emulator, there should be two options, download from binary or download from source.
-
The change made isn't official yet to update from source. That's why I was hoping someone could compile it
-
Ill provide instructions for you to compile it im assuming you have a pi3 if not change the platform to rpi2.
There is things to keep in mind one you should have mame2003-plus installed via retropie so everything is setup. The code below will compile mame for you at the bash prompt via ssh or f4 depending on your preference.
git clone https://github.com/libretro/mame2003-plus-libretro.git cd mame2003-plus-libretro/ wget https://github.com/libretro/mame2003-plus-libretro/pull/780.patch git am 780.patch make -j8 platform=rpi3
copy the binary over that is made over the old one and be sure to delete the source directory when finished.
-
@grant2258 thank you.
-
@mahoneyt944 - Sorry, I see there are a few pull requests pending. =/
-
@Riverstorm said in Having an issue with high score saving lr mame 2003 plus:
@mahoneyt944 - Sorry, I see there are a few pull requests pending. =/
Yeah when i retired from active dev with regards to the MAME2003+ core i gave up my contributor status and my push and pull access
when i left the libretro organization, i just wanted to add the code as per a request from @grant2258 as a favour due to him helping
me out a fair times in that dept.So will just need to be patient until such a time as someone does the merge.
-
@arcadez2003 - That's not an issue at all. I appreciate the past few years of hard work you put into the core and the little things you and grant keep adding. I got so used to the commits being pushed as fast as you and grant were banging them out. I didn't stop to think that it might not be merged when Mahoney had asked. No worries at all! ;)
-
@arcadez2003 this isint quite working it must be shared memory needing mapped for it to work. It only worked because i had a previous nvram there is you delete the old one and create a fresh one it doesnt work will need to look into this driver more.
-
@grant2258 Mine works but already had an old nvram file too.
-
Never ind me Its working fine i did a copy and paste error on my port is working fine here. If you have any issues let me know. test if you like move your nvram and try making a new one. Then move your old one back after testing.
-
Thanks
-
This post is deleted!
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.