Snes9x 2005. Port of SNES9x 1.43 for libretro (was previously called CAT SFC).
Go to file
Twinaphex 7e144b4b03 Merge pull request #44 from joolswills/c89_fix
c89 variable declaration
2017-09-04 22:12:28 +02:00
jni Deleted several unused variables, code and files. 2017-08-14 06:03:05 +01:00
libretro-common/include Start making this suitable for MSVC and C89 2017-08-11 17:43:00 +02:00
source c89 variable declaration 2017-09-04 17:18:57 +00:00
.gitignore Add the experimental branch's files to .gitignore. 2013-02-02 01:38:32 -05:00
control (Theos iOS) Add Theos iOS target 2014-12-23 09:44:11 +01:00
copyright Moved copyright information to copyright file. 2017-01-14 21:09:57 +00:00
libretro.c buildfixes 2017-08-16 19:23:32 +02:00
libretro.h Updates to libretro files from snes9x2002. Enabled RetroAchievements. 2017-06-18 15:42:11 +01:00
link.T Support for savestate versioning. Plenty of cleanups. 2017-06-18 16:16:19 +01:00
Makefile Still cleaning things up... 2017-08-26 00:26:09 +01:00
Makefile.common Changed compile-time flags to use C89 and fixed new warnings raised. 2017-08-16 17:59:11 +01:00
README.md Made README.md more straightforward and accurate. 2017-01-14 19:44:27 +00:00

snes9x2005 libretro core.

A Super Nintendo emulator core using the libretro API.

Based on:

  • Snes9x 1.43, by the Snes9x team (with research by the ZSNES folks, anomie, zsKnight, etc.)
  • NDSSFC 1.06, by the Supercard team (porting to the MIPS processor)
  • BAGSFC, by BassAceGold (improving over NDSSFC)
  • CATSFC, by ShadauxCat and Nebuleon (improving over BAGSFC)