Snes9x - Portable Super Nintendo Entertainment System (TM) emulator
Go to file
gocha 8f1d1763a2 win32: fix multibyte filename display in ROM Information dialog. 2013-03-14 21:57:09 +09:00
apu Remove the most of compiler warnings. 2012-08-21 22:39:00 +09:00
docs forgot to edit in the latest Snes9X EX version number for Android and to reflect on the file being edited today, my bad! 2011-11-02 13:46:17 -03:00
filter Update copyright in all files 2011-04-11 21:51:20 +02:00
gtk Fix appearance bugs with preferences dialog UI on GTK+ 3. 2012-07-03 15:20:35 -05:00
jma Update copyright in all files 2011-04-11 21:51:20 +02:00
libretro libretro: use RGB565 if available 2012-10-22 21:40:10 +02:00
macosx Merge branch 'memstream' 2012-03-25 20:44:57 +02:00
unix Move statemanager to s9x folder, add rewind support to unix port 2012-03-29 15:31:41 +02:00
unzip Fix compiling on Gentoo Linux due to use of non-public API. 2012-07-19 22:21:31 -05:00
win32 win32: fix multibyte filename display in ROM Information dialog. 2013-03-14 21:57:09 +09:00
65c816.h Update copyright in all files 2011-04-11 21:51:20 +02:00
bsx.cpp Add bsx loading to libsnes 2012-01-28 01:52:28 +01:00
bsx.h Update copyright in all files 2011-04-11 21:51:20 +02:00
c4.cpp Update copyright in all files 2011-04-11 21:51:20 +02:00
c4.h Update copyright in all files 2011-04-11 21:51:20 +02:00
c4emu.cpp Update copyright in all files 2011-04-11 21:51:20 +02:00
cheats.cpp Update cheat system. It becomes bsnes-compatible. 2012-08-20 21:40:09 +09:00
cheats.h Update cheat system. It becomes bsnes-compatible. 2012-08-20 21:40:09 +09:00
cheats2.cpp newcheat: fix wrong newline trimming 2012-12-22 08:34:29 +09:00
clip.cpp Update copyright in all files 2011-04-11 21:51:20 +02:00
conffile.cpp Merge branch 'memstream' 2012-03-25 20:44:57 +02:00
conffile.h Allow membased rom/state load/save, add libsnes interface (Themaister) 2012-01-02 17:06:45 +01:00
controls.cpp Lua: add joypad get/set functions 2012-08-11 09:20:47 +09:00
controls.h Update copyright in all files 2011-04-11 21:51:20 +02:00
cpu.cpp Lua: add basic callback functions; emu.registerbefore, emu.registerafter, emu.registerstart, emu.registerexit 2012-08-05 15:45:56 +09:00
cpuaddr.h Update copyright in all files 2011-04-11 21:51:20 +02:00
cpuexec.cpp Lua: add memory hook functions 2012-08-16 00:14:42 +09:00
cpuexec.h fix IRQ v-counter edge case 2012-08-12 21:11:12 +02:00
cpumacro.h Update copyright in all files 2011-04-11 21:51:20 +02:00
cpuops.cpp Update copyright in all files 2011-04-11 21:51:20 +02:00
cpuops.h Update copyright in all files 2011-04-11 21:51:20 +02:00
crosshairs.cpp Update copyright in all files 2011-04-11 21:51:20 +02:00
crosshairs.h Update copyright in all files 2011-04-11 21:51:20 +02:00
debug.cpp Add ports list doc (adventure_of_link) / Add APU debugger / Fix the issue that echo breaks the boot ROM 2011-04-19 23:02:08 +09:00
debug.h Add ports list doc (adventure_of_link) / Add APU debugger / Fix the issue that echo breaks the boot ROM 2011-04-19 23:02:08 +09:00
display.h Update copyright in all files 2011-04-11 21:51:20 +02:00
dma.cpp Update copyright in all files 2011-04-11 21:51:20 +02:00
dma.h Update copyright in all files 2011-04-11 21:51:20 +02:00
dsp.cpp Update copyright in all files 2011-04-11 21:51:20 +02:00
dsp.h Update copyright in all files 2011-04-11 21:51:20 +02:00
dsp1.cpp Update copyright in all files 2011-04-11 21:51:20 +02:00
dsp2.cpp Update copyright in all files 2011-04-11 21:51:20 +02:00
dsp3.cpp Update copyright in all files 2011-04-11 21:51:20 +02:00
dsp4.cpp Update copyright in all files 2011-04-11 21:51:20 +02:00
font.h Update copyright in all files 2011-04-11 21:51:20 +02:00
fxdbg.cpp Update copyright in all files 2011-04-11 21:51:20 +02:00
fxemu.cpp Update copyright in all files 2011-04-11 21:51:20 +02:00
fxemu.h Update copyright in all files 2011-04-11 21:51:20 +02:00
fxinst.cpp Update copyright in all files 2011-04-11 21:51:20 +02:00
fxinst.h Update copyright in all files 2011-04-11 21:51:20 +02:00
getset.h Fix non-Lua build. 2012-08-25 00:08:00 +09:00
gfx.cpp Update cheat system. It becomes bsnes-compatible. 2012-08-20 21:40:09 +09:00
gfx.h Update copyright in all files 2011-04-11 21:51:20 +02:00
globals.cpp win32: fix VS2010 compilation 2012-08-24 20:11:25 +09:00
language.h Update copyright in all files 2011-04-11 21:51:20 +02:00
loadzip.cpp Allow membased rom/state load/save, add libsnes interface (Themaister) 2012-01-02 17:06:45 +01:00
logger.cpp Update copyright in all files 2011-04-11 21:51:20 +02:00
logger.h Update copyright in all files 2011-04-11 21:51:20 +02:00
lua-engine.cpp Lua: update in-memory savestate logic, it now requires almost only minimum memory. 2012-12-22 07:32:49 +09:00
lua-engine.h Lua: add gui functions 2012-08-12 14:56:07 +09:00
memmap.cpp Merge branch 'master' of https://github.com/snes9xgit/snes9x 2013-03-14 21:34:41 +09:00
memmap.h Add multicart memory function, add sufami turbo to libsnes 2012-01-06 20:13:16 +01:00
messages.h Update copyright in all files 2011-04-11 21:51:20 +02:00
missing.h Update copyright in all files 2011-04-11 21:51:20 +02:00
movie.cpp Remove a global variable. 2012-08-25 09:06:20 +09:00
movie.h Add movie "finished" state. For details, see http://tasvideos.org/LawsOfTAS/OnSavestates.html 2012-08-24 20:15:22 +09:00
netplay.cpp Allow membased rom/state load/save, add libsnes interface (Themaister) 2012-01-02 17:06:45 +01:00
netplay.h Update copyright in all files 2011-04-11 21:51:20 +02:00
obc1.cpp Update copyright in all files 2011-04-11 21:51:20 +02:00
obc1.h Update copyright in all files 2011-04-11 21:51:20 +02:00
pixform.h Update copyright in all files 2011-04-11 21:51:20 +02:00
port.h (Libretro )Added console support 2012-08-27 20:30:25 +02:00
ppu.cpp Merge branch 'master' of https://github.com/snes9xgit/snes9x 2012-08-31 06:59:23 +09:00
ppu.h Change the reset timing of pad_read to resolve a sort of traditional 1-frame delay problems. It still has 1-frame delay problem. However, unless you're using non-Windows port or MessagesInImage=TRUE, you shouldn't experience it anymore. 2012-08-04 15:30:24 +09:00
sa1.cpp Fix MMC reg for 64bit builds 2013-01-26 13:30:56 +01:00
sa1.h Update copyright in all files 2011-04-11 21:51:20 +02:00
sa1cpu.cpp Lua: add memory hook functions 2012-08-16 00:14:42 +09:00
sar.h Update copyright in all files 2011-04-11 21:51:20 +02:00
screenshot.cpp Add overload of S9xDoScreenshot which can specify output filename. 2012-08-24 22:14:45 +09:00
screenshot.h Add overload of S9xDoScreenshot which can specify output filename. 2012-08-24 22:14:45 +09:00
sdd1.cpp Update copyright in all files 2011-04-11 21:51:20 +02:00
sdd1.h Update copyright in all files 2011-04-11 21:51:20 +02:00
sdd1emu.cpp Update copyright in all files 2011-04-11 21:51:20 +02:00
sdd1emu.h Update copyright in all files 2011-04-11 21:51:20 +02:00
server.cpp Allow membased rom/state load/save, add libsnes interface (Themaister) 2012-01-02 17:06:45 +01:00
seta.cpp Update copyright in all files 2011-04-11 21:51:20 +02:00
seta.h Update copyright in all files 2011-04-11 21:51:20 +02:00
seta010.cpp Update copyright in all files 2011-04-11 21:51:20 +02:00
seta011.cpp Update copyright in all files 2011-04-11 21:51:20 +02:00
seta018.cpp Update copyright in all files 2011-04-11 21:51:20 +02:00
snapshot.cpp Add movie "finished" state. For details, see http://tasvideos.org/LawsOfTAS/OnSavestates.html 2012-08-24 20:15:22 +09:00
snapshot.h Merge branch 'memstream' 2012-03-25 20:44:57 +02:00
snes9x.cpp Update cheat system. It becomes bsnes-compatible. 2012-08-20 21:40:09 +09:00
snes9x.h Add lag frame count display, instead of "ignored" sign. 2012-08-04 13:37:00 +09:00
spc7110.cpp Update copyright in all files 2011-04-11 21:51:20 +02:00
spc7110.h Update copyright in all files 2011-04-11 21:51:20 +02:00
spc7110dec.cpp Initial 1.52 import 2010-09-25 17:46:12 +02:00
spc7110dec.h Initial 1.52 import 2010-09-25 17:46:12 +02:00
spc7110emu.cpp Initial 1.52 import 2010-09-25 17:46:12 +02:00
spc7110emu.h Initial 1.52 import 2010-09-25 17:46:12 +02:00
srtc.cpp Update copyright in all files 2011-04-11 21:51:20 +02:00
srtc.h Update copyright in all files 2011-04-11 21:51:20 +02:00
srtcemu.cpp Initial 1.52 import 2010-09-25 17:46:12 +02:00
srtcemu.h Initial 1.52 import 2010-09-25 17:46:12 +02:00
statemanager.cpp Move statemanager to s9x folder, add rewind support to unix port 2012-03-29 15:31:41 +02:00
statemanager.h Move statemanager to s9x folder, add rewind support to unix port 2012-03-29 15:31:41 +02:00
stream.cpp fix "not a movie snapshot" everytime bug 2012-07-22 15:15:24 +02:00
stream.h Allow membased rom/state load/save, add libsnes interface (Themaister) 2012-01-02 17:06:45 +01:00
tile.cpp Check correct tile cache for blank tiles 2013-01-12 19:25:36 +01:00
tile.h Update copyright in all files 2011-04-11 21:51:20 +02:00