aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-12-19Raise the CPU's clock speed to 396 MHz while loading ROMs.Nebuleon Fumika
Also raise the CPU's clock speed to 396 MHz by default, instead of 360 MHz, when emulating a ROM.
2012-12-19Delete offsets.cpp, which is for a standalone tool that is unrelated to the ↵Nebuleon Fumika
emulator.
2012-12-18Un-inline a bunch of stuff.Nebuleon Fumika
With the MIPS instruction cache, this means that two consecutive SNES CPU instructions using e.g. the same addressing style or the same opcode have a chance that the second one will use the first one's code and that it will be cached.
2012-12-18Sync sound.Nebuleon Fumika
In addition to having less sound skipping going on, certain platformer games (I'm looking at you, Super Mario World) are helped by having more synchronised controls. In other words, synchronising the audio also synchronises the controls a bit more.
2012-12-18Remove various explicit delays and reduce screen tearing when drawing ↵Nebuleon Fumika
emulated screens.
2012-12-17Remove more unneeded files.Nebuleon Fumika
2012-12-17Makefile overhaul.Nebuleon Fumika
2012-12-17Remove more build stuff.Nebuleon Fumika
2012-12-17Switch to the more complete Snes9x 1.53 documentation.Nebuleon Fumika
2012-12-17Optimise for size. Allow the build process to use multiple CPU cores with ↵Nebuleon Fumika
make -jN.
2012-12-17Remove object and binary files from the git repository, leaving only source.Nebuleon Fumika
2011-05-17Merge pull request #20 from Taelis/masterShadauxCat
French translation
2011-05-17Edited CATSFC/system/language.msg via GitHubTaelis
2011-03-06Compiled and zipped for 1.1 release.Kitty Draper
2011-03-06Fixed some of the Engrish.Kitty Draper
2011-03-06Added touchscreen support. Fixed incorrect display of language.Kitty Draper
2011-03-06Fixed looking for BAGSFC directoryKitty Draper
2011-03-05Fixed looking for BAGSFC directoryKitty Draper
2011-03-05Images have to be 16-bit. -.-Kitty Draper
2011-03-05Changed the image to say CAT and actually included the address in the ↵Kitty Draper
sources text. Silly me.
2011-03-05first commitKitty Draper