Improved port of SMSPlus-GX by gameblabla for libretro
Go to file
2019-03-14 03:24:01 +01:00
docs Update Documentations, TODO and README 2019-03-08 12:32:52 +01:00
source Add soundlevel to config.h and removing useless variables from it. 2019-03-14 03:24:01 +01:00
.gitignore RS-97 : Refined port. Added IPK files to gitignore file. Also editing contributors files to include info on the proprietary z80 core (it's still inside and in use by the RS-97 port) 2019-02-07 06:40:23 +01:00
background_papk3s.bmp Bringing back the proprietary Z80 interpreter. Eighty one is still available but it can't run some games like Dizzy and some SG-1000 games 2018-12-07 12:50:51 +01:00
background.bmp Arcade Mini port, fixed some bugs, boosted audio volume 2018-10-12 03:08:32 -04:00
Makefile Also update the other makefiles. 2019-03-13 04:13:53 +01:00
Makefile.amini Also update the other makefiles. 2019-03-13 04:13:53 +01:00
Makefile.bittboy Also update the other makefiles. 2019-03-13 04:13:53 +01:00
Makefile.gcw0 Also update the other makefiles. 2019-03-13 04:13:53 +01:00
Makefile.papk3s Also update the other makefiles. 2019-03-13 04:13:53 +01:00
Makefile.ritmix Add Makefile for the Ritmix RZX-50. 2019-03-13 04:12:18 +01:00
Makefile.rs97 Also update the other makefiles. 2019-03-13 04:13:53 +01:00
package Fix issue with packaging code for RetroFW. 2019-03-07 19:09:07 +01:00
README.md Update Documentations, TODO and README 2019-03-08 12:32:52 +01:00
sms_sdl.png RS-97 : Refined port. Added IPK files to gitignore file. Also editing contributors files to include info on the proprietary z80 core (it's still inside and in use by the RS-97 port) 2019-02-07 06:40:23 +01:00

SMSPlus-GX RS97

It used to be based on SMS Plus 1.3 but then i realised SMS Plus GX had a lot of additions and was much better, while still being free software. It is now based on SMS Plus GX, with some other changes too such as :

  • Updated MAME FM & Z80 core based on upstream (YM core from CrabEmu, GPLv2 licensed. Z80's core is BSD licensed)
  • PSG emulation based on CrabEmu's own PSG sound core. (also Maxim's psg as an option, set MAXIM_PSG)
  • Multiple audio output supports (ALSA, OSS, Pulseaudio, Portaudio, libao)
  • Numerous fixes so it can build & work properly on 64-bits. (as well as 32-bits of course)

And more...

This emulator is free software under the GPLv2 or later. See docs/license for more details. Also, see docs/contributors to see who contributed (indirectly or directly) to SMS Plus (GX).