aboutsummaryrefslogtreecommitdiff
path: root/source/apu.h
AgeCommit message (Collapse)Author
2016-08-08Cleanupstwinaphex
2014-11-03use stdint/stdboolaliaspider
2014-11-03can build with USE_BLARGG_APU enabled, still not working.aliaspider
2014-11-02start hooking up blargg's apu implementation to use as a reference.aliaspider
(not yet working)
2014-10-30remove snapshot.c snaporig.c dependencies.aliaspider
2014-10-30apply a faceliftaliaspider
2014-10-29get rid of all remaining C++ code.aliaspider
2014-10-29C++ cleanups. (in progress)aliaspider
2013-02-06Remove 320 KiB of memory allocations in APU emulation that were completely ↵Nebuleon Fumika
unused but constantly re-zeroed. Frees up 320 KiB for other uses, and saves ~4 milliseconds at emulator startup, when resetting the APU and when loading a new game.
2012-12-26Merge Registers structures into their respective CPUs to avoid additional ↵Nebuleon Fumika
memory addresses being loaded every opcode.
2011-03-05first commitKitty Draper