apu
Go back to floating point hermite resampler.
2012-04-07 16:49:55 -05: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: report correct height if overscan is enabled
2012-06-04 23:13:21 +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
Lua: add gui functions
2012-08-12 14:56:07 +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 copyright in all files
2011-04-11 21:51:20 +02:00
cheats.h
Update copyright in all files
2011-04-11 21:51:20 +02:00
cheats2.cpp
Lua: add memory read/write functions, they use S9xGetByteFree/S9xSetByteFree in cheats2.c
2012-08-10 00:10:48 +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: joypad.get supports movie input from now
2012-08-11 11:02:13 +09:00
cpuexec.h
Reroll IRQ edge case fix
2012-06-04 21:31:27 +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
Update copyright in all files
2011-04-11 21:51:20 +02:00
gfx.cpp
Lua: add gui functions
2012-08-12 14:56:07 +09:00
gfx.h
Update copyright in all files
2011-04-11 21:51:20 +02:00
globals.cpp
Update copyright in all files
2011-04-11 21:51:20 +02: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: add gui functions
2012-08-12 14:56:07 +09:00
lua-engine.h
Lua: add gui functions
2012-08-12 14:56:07 +09:00
memmap.cpp
Add lag frame count display, instead of "ignored" sign.
2012-08-04 13:37:00 +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
movie: fix movie reset desync problem again
2012-08-12 06:48:21 +09:00
movie.h
Lua: joypad.get supports movie input from now
2012-08-11 11:02:13 +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
Merge branch 'memstream'
2012-03-25 20:44:57 +02:00
ppu.cpp
Add lag frame count display, instead of "ignored" sign.
2012-08-04 13:37:00 +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
Update copyright in all files
2011-04-11 21:51:20 +02:00
sa1.h
Update copyright in all files
2011-04-11 21:51:20 +02:00
sa1cpu.cpp
Update copyright in all files
2011-04-11 21:51:20 +02:00
sar.h
Update copyright in all files
2011-04-11 21:51:20 +02:00
screenshot.cpp
Update copyright in all files
2011-04-11 21:51:20 +02:00
screenshot.h
Update copyright in all files
2011-04-11 21:51:20 +02: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
Lua: add savestate callbacks, apply movie.rerecordcounting to on-memory savestate
2012-08-09 23:00:41 +09:00
snapshot.h
Merge branch 'memstream'
2012-03-25 20:44:57 +02:00
snes9x.cpp
Add lag frame count display, instead of "ignored" sign.
2012-08-04 13:37:00 +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
Update copyright in all files
2011-04-11 21:51:20 +02:00
tile.h
Update copyright in all files
2011-04-11 21:51:20 +02:00