CATSFC/source
Nebuleon Fumika 378f5a0e3f Release 1.13.
2013-01-02 01:43:11 -05:00
..
doc Revert "Switch to the more complete Snes9x 1.53 documentation." It doesn't match the version used in NDSSFC, and I failed to port to 1.53 anyway. 2012-12-27 18:51:20 -05:00
font Widen the space in the font a bit to better match the Pictochat font. 2012-12-19 19:03:38 -05:00
images Image modifications. 2012-12-30 17:00:24 -05:00
nds Release 1.13. 2013-01-02 01:43:11 -05:00
unzip first commit 2011-03-05 21:39:25 -05:00
.cvsignore first commit 2011-03-05 21:39:25 -05:00
3d.h first commit 2011-03-05 21:39:25 -05:00
65c816.h Merge Registers structures into their respective CPUs to avoid additional memory addresses being loaded every opcode. 2012-12-26 14:42:02 -05:00
apu.cpp Merge Registers structures into their respective CPUs to avoid additional memory addresses being loaded every opcode. 2012-12-26 14:42:02 -05:00
apu.h Merge Registers structures into their respective CPUs to avoid additional memory addresses being loaded every opcode. 2012-12-26 14:42:02 -05:00
apudebug.cpp first commit 2011-03-05 21:39:25 -05:00
apumem.h Un-inline a bunch of stuff. 2012-12-18 22:53:49 -05:00
c4.cpp first commit 2011-03-05 21:39:25 -05:00
c4.h first commit 2011-03-05 21:39:25 -05:00
c4emu.cpp first commit 2011-03-05 21:39:25 -05:00
changes.txt first commit 2011-03-05 21:39:25 -05:00
cheats.cpp Preliminary Snes9x-based cheat code support. Not tested, because the file selection interface freezes when it gets to the folder containing Mightymo's cheat files, whereas it did not do this before with the converted Mightymo cheats. (335 files -> 679, though.) 2012-12-22 22:16:55 -05:00
cheats.h Preliminary Snes9x-based cheat code support. Not tested, because the file selection interface freezes when it gets to the folder containing Mightymo's cheat files, whereas it did not do this before with the converted Mightymo cheats. (335 files -> 679, though.) 2012-12-22 22:16:55 -05:00
cheats2.cpp Make the GUI accept and save Snes9x's cheat file format. Improve support for saving the values present in ROM/RAM before a cheat is applied. 2012-12-24 01:15:41 -05:00
clip.cpp first commit 2011-03-05 21:39:25 -05:00
copyright.h first commit 2011-03-05 21:39:25 -05:00
cpu.cpp Merge Registers structures into their respective CPUs to avoid additional memory addresses being loaded every opcode. 2012-12-26 14:42:02 -05:00
cpuaddr.h MIPS requires 2-byte reads to be aligned to even addresses. #define FAST_ALIGNED_LSB_WORD_ACCESS and use it to read absolute 24-bit addresses as either 1 byte & 1 halfword, or 1 halfword & 1 byte. 2012-12-31 13:46:47 -05:00
cpuexec.cpp Merge Registers structures into their respective CPUs to avoid additional memory addresses being loaded every opcode. 2012-12-26 14:42:02 -05:00
cpuexec.h Merge Registers structures into their respective CPUs to avoid additional memory addresses being loaded every opcode. 2012-12-26 14:42:02 -05:00
cpumacro.h Merge Registers structures into their respective CPUs to avoid additional memory addresses being loaded every opcode. 2012-12-26 14:42:02 -05:00
cpuops.cpp Make cleanly without -DCPU_SHUTDOWN. 2012-12-27 18:46:37 -05:00
cpuops.h first commit 2011-03-05 21:39:25 -05:00
data.cpp first commit 2011-03-05 21:39:25 -05:00
debug.cpp first commit 2011-03-05 21:39:25 -05:00
debug.h first commit 2011-03-05 21:39:25 -05:00
dependencies first commit 2011-03-05 21:39:25 -05:00
display.h first commit 2011-03-05 21:39:25 -05:00
dma.cpp first commit 2011-03-05 21:39:25 -05:00
dma.h first commit 2011-03-05 21:39:25 -05:00
dsp1.cpp first commit 2011-03-05 21:39:25 -05:00
dsp1.h first commit 2011-03-05 21:39:25 -05:00
dsp1emu.c first commit 2011-03-05 21:39:25 -05:00
dsp2emu.c first commit 2011-03-05 21:39:25 -05:00
dsp4.h first commit 2011-03-05 21:39:25 -05:00
dsp4emu.cpp first commit 2011-03-05 21:39:25 -05:00
font.h first commit 2011-03-05 21:39:25 -05:00
fxdbg.cpp first commit 2011-03-05 21:39:25 -05:00
fxemu.cpp first commit 2011-03-05 21:39:25 -05:00
fxemu.h first commit 2011-03-05 21:39:25 -05:00
fxinst.cpp first commit 2011-03-05 21:39:25 -05:00
fxinst.h first commit 2011-03-05 21:39:25 -05:00
getset.h Remove the SNES Open Bus behaviour by default. Also simplify translation again. 2012-12-20 18:14:24 -05:00
gfx.cpp Render double-width-res tiles from Background Mode 5 as half-width tiles. This makes the menu text in Secret of Mana readable. 2013-01-01 03:53:45 -05:00
gfx.h Rendering optimisations. 2012-12-30 00:20:45 -05:00
globals.cpp Speed up rendering by an unknown amount. 2012-12-27 18:02:03 -05:00
hardware.txt first commit 2011-03-05 21:39:25 -05:00
language.h first commit 2011-03-05 21:39:25 -05:00
loadzip.cpp first commit 2011-03-05 21:39:25 -05:00
Makefile first commit 2011-03-05 21:39:25 -05:00
Makefile.in first commit 2011-03-05 21:39:25 -05:00
memmap.cpp Delete offsets.cpp, which is for a standalone tool that is unrelated to the emulator. 2012-12-19 00:28:32 -05:00
memmap.h Remove the SNES Open Bus behaviour by default. Also simplify translation again. 2012-12-20 18:14:24 -05:00
messages.h first commit 2011-03-05 21:39:25 -05:00
missing.h first commit 2011-03-05 21:39:25 -05:00
movie.cpp first commit 2011-03-05 21:39:25 -05:00
movie.h first commit 2011-03-05 21:39:25 -05:00
netplay.cpp first commit 2011-03-05 21:39:25 -05:00
netplay.h first commit 2011-03-05 21:39:25 -05:00
obc1.cpp first commit 2011-03-05 21:39:25 -05:00
obc1.h first commit 2011-03-05 21:39:25 -05:00
pixform.h first commit 2011-03-05 21:39:25 -05:00
port.h MIPS requires 2-byte reads to be aligned to even addresses. #define FAST_ALIGNED_LSB_WORD_ACCESS and use it to read absolute 24-bit addresses as either 1 byte & 1 halfword, or 1 halfword & 1 byte. 2012-12-31 13:46:47 -05:00
ppu.cpp Render double-width-res tiles from Background Mode 5 as half-width tiles. This makes the menu text in Secret of Mana readable. 2013-01-01 03:53:45 -05:00
ppu.h Render double-width-res tiles from Background Mode 5 as half-width tiles. This makes the menu text in Secret of Mana readable. 2013-01-01 03:53:45 -05:00
problems.txt first commit 2011-03-05 21:39:25 -05:00
sa1.cpp Merge Registers structures into their respective CPUs to avoid additional memory addresses being loaded every opcode. 2012-12-26 14:42:02 -05:00
sa1.h Merge Registers structures into their respective CPUs to avoid additional memory addresses being loaded every opcode. 2012-12-26 14:42:02 -05:00
sa1cpu.cpp Merge Registers structures into their respective CPUs to avoid additional memory addresses being loaded every opcode. 2012-12-26 14:42:02 -05:00
sar.h first commit 2011-03-05 21:39:25 -05:00
screenshot.cpp first commit 2011-03-05 21:39:25 -05:00
screenshot.h first commit 2011-03-05 21:39:25 -05:00
sdd1.cpp first commit 2011-03-05 21:39:25 -05:00
sdd1.h first commit 2011-03-05 21:39:25 -05:00
sdd1emu.cpp first commit 2011-03-05 21:39:25 -05:00
sdd1emu.h first commit 2011-03-05 21:39:25 -05:00
server.cpp first commit 2011-03-05 21:39:25 -05:00
seta.cpp first commit 2011-03-05 21:39:25 -05:00
seta.h first commit 2011-03-05 21:39:25 -05:00
seta010.cpp first commit 2011-03-05 21:39:25 -05:00
seta011.cpp first commit 2011-03-05 21:39:25 -05:00
seta018.cpp first commit 2011-03-05 21:39:25 -05:00
sfc.mk first commit 2011-03-05 21:39:25 -05:00
snaporig.cpp Merge Registers structures into their respective CPUs to avoid additional memory addresses being loaded every opcode. 2012-12-26 14:42:02 -05:00
snaporig.h first commit 2011-03-05 21:39:25 -05:00
snapshot.cpp Merge Registers structures into their respective CPUs to avoid additional memory addresses being loaded every opcode. 2012-12-26 14:42:02 -05:00
snapshot.h first commit 2011-03-05 21:39:25 -05:00
snes9x.h Speed up rendering by an unknown amount. 2012-12-27 18:02:03 -05:00
soundux.cpp first commit 2011-03-05 21:39:25 -05:00
soundux.h first commit 2011-03-05 21:39:25 -05:00
spc700.cpp Merge Registers structures into their respective CPUs to avoid additional memory addresses being loaded every opcode. 2012-12-26 14:42:02 -05:00
spc700.h Merge Registers structures into their respective CPUs to avoid additional memory addresses being loaded every opcode. 2012-12-26 14:42:02 -05:00
spc7110.cpp first commit 2011-03-05 21:39:25 -05:00
spc7110.h first commit 2011-03-05 21:39:25 -05:00
srtc.cpp first commit 2011-03-05 21:39:25 -05:00
srtc.h first commit 2011-03-05 21:39:25 -05:00
tile.cpp Render double-width-res tiles from Background Mode 5 as half-width tiles. This makes the menu text in Secret of Mana readable. 2013-01-01 03:53:45 -05:00
tile.h Rendering optimisations. 2012-12-30 00:20:45 -05:00