Improved port of SMSPlus-GX by gameblabla for libretro
Go to file
gameblabla 1a339f427d
Fix an issue with Colecovision keypad numbers being misaligned.
(and probably some other minor fixes too)
2020-02-18 14:27:14 +01:00
docs Update docs in accordance to recent changes made. 2019-07-16 14:44:07 +02:00
source Fix an issue with Colecovision keypad numbers being misaligned. 2020-02-18 14:27:14 +01:00
.gitignore Update Makefiles for consoles. 2019-09-18 20:25:56 +02: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
Makefile Update Makefiles for consoles. 2019-09-18 20:25:56 +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.gameta Update Makefiles for consoles. 2019-09-18 20:25:56 +02:00
Makefile.gcw0 Add separate GCW0 port with support for main analog stick and IPU. 2019-10-26 20:23:34 +02: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 Update Makefiles. 2019-06-03 02:33:24 +02:00
Makefile.rs97 Update Makefiles for consoles. 2019-09-18 20:25:56 +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

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).