Improved port of SMSPlus-GX by gameblabla for libretro
Go to file
negativeExponent 8ca551e6a2 Add .travis.yml
2020-10-09 08:52:49 +08:00
.github/workflows Create ccpp.yml 2020-10-09 08:52:26 +08:00
docs RS9-90 changes, including new scaling code. 2020-02-29 21:08:27 +01:00
jni Add android JNI 2020-10-09 08:52:49 +08:00
source Cleanup 2020-10-09 08:52:49 +08:00
.gitignore Fix starting screen geometry for non-SMS games 2020-10-09 08:51:38 +08: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
link.T Initial libretro port 2020-10-09 08:51:37 +08:00
Makefile Re-fix Makefile to just compile the SDL frontend for Linux. 2020-10-08 20:50:24 +02:00
Makefile.350h Delete RS-97 port (no longer needed), fix GCW0 port and make minor 2020-10-04 23:17:10 +02:00
Makefile.amini Update Makefiles for consoles. 2019-09-18 20:25:56 +02:00
Makefile.bittboy Update Makefiles for consoles. 2019-09-18 20:25:56 +02:00
Makefile.common Update Makefiles 2020-10-09 08:52:49 +08:00
Makefile.gameta Update Makefiles for consoles. 2019-09-18 20:25:56 +02:00
Makefile.gcw0 Delete RS-97 port (no longer needed), fix GCW0 port and make minor 2020-10-04 23:17:10 +02:00
Makefile.libretro Change core prefix and target file to smsplus 2020-10-09 08:52:49 +08:00
Makefile.papk3s Update Makefiles for consoles. 2019-09-18 20:25:56 +02:00
Makefile.retrostone Update Makefiles for consoles. 2019-09-18 20:25:56 +02:00
Makefile.ritmix Update Makefiles for consoles. 2019-09-18 20:25:56 +02:00
Makefile.rs90 Use Ofast since the cause for the leak has been found. 2020-10-08 23:39:31 +02:00
Makefile.rs97 Delete RS-97 port (no longer needed), fix GCW0 port and make minor 2020-10-04 23:17:10 +02:00
Makefile.rs97_fbdev Update Makefiles for consoles. 2019-09-18 20:25:56 +02:00
Makefile.zipit Update Makefiles for consoles. 2019-09-18 20:25:56 +02:00
package Drop IPK support and only support OPKs. 2020-01-18 01:15:27 +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
travis.yml Add .travis.yml 2020-10-09 08:52:49 +08: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).