Improved port of SMSPlus-GX by gameblabla for libretro
Go to file
LibretroAdmin c642bbd068
Some checks failed
C/C++ CI / build (push) Has been cancelled
Merge pull request #47 from warmenhoven/warmenhoven/pr/tvos13
tvos: properly set min supported version
2024-10-21 16:47:29 -05:00
.github/workflows Create ccpp.yml 2020-10-09 08:52:26 +08:00
docs Add Wanted and a few other games to FM incompatibility list. 2022-01-24 07:57:20 +08:00
jni Add android JNI 2020-10-09 08:52:49 +08:00
source sms: Add support for paddle input type 2024-08-07 14:44:38 +08:00
.gitignore Fix starting screen geometry for non-SMS games 2020-10-09 08:51:38 +08:00
.gitlab-ci.yml Update .gitlab-ci.yml 2022-07-26 14:24:37 +02:00
.travis.yml Fix travis 2020-10-09 08:52:49 +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 Fix sound issues for good with triple/double buffering. 2020-10-13 15:17:29 +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 Allow compiling without NTSC filter 2020-10-15 10:10:59 +08:00
Makefile.funkey Add support for the Funkey-S. 2021-03-23 07:20:20 +01:00
Makefile.gameta Update Makefiles for consoles. 2019-09-18 20:25:56 +02:00
Makefile.gcw0 Fix strange issue with sound frequency being loaded but sometimes not 2020-12-15 04:08:45 +01:00
Makefile.libretro tvos: properly set min supported version 2024-10-20 22:35:27 -04: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.rg99 RG-99 port. 2021-08-22 08:25:28 +02:00
Makefile.ritmix Update Makefiles for consoles. 2019-09-18 20:25:56 +02:00
Makefile.rs2 Retrostone 2 port (Mostly similar to the GCW0 port) 2020-12-22 04:38:06 +01:00
Makefile.rs90 Fix sound issues for good with triple/double buffering. 2020-10-13 15:17:29 +02:00
Makefile.rs97 Forgot missing Sound_update function in GCW0/RS-97 port. 2020-10-19 06:12:16 +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 Fix issue with package script and wrong extension for Colecovision. 2021-05-23 19:20:19 +02: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).