Snes9x 2005. Port of SNES9x 1.43 for libretro (was previously called CAT SFC).
Go to file
Twinaphex 474a67ccdc Merge pull request #31 from jamsilva/master
Improvements to both accuracy and performance.
2017-02-12 16:02:47 +01:00
jni Report git version with library_version on Android 2017-01-15 13:40:34 -05:00
source Minor SuperFX optimization. Fixed broken graphics caused by All-Stars SMW speedhack. 2017-02-12 14:46:44 +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 Integer-only C4 from snes9x2002. Integer-only, finalized DSP1 from snes9x 1.50. Integer-only libretro.c and seta010.c. 2017-02-12 02:40:43 +00:00
libretro.h Moved copyright information to copyright file. 2017-01-14 21:09:57 +00:00
link.T initial libretro port. 2014-10-28 03:13:05 +01:00
Makefile (ngc/Wii/WiiU) buildfix for devkitpro r29. 2017-01-23 19:12:30 +01:00
Makefile.common Many cleanups. 2017-01-16 22:39:57 +00: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)