Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-07 | Properly fix that aggressive loop opt bug. | Alcaro | |
That kind of overflow is undefined behaviour no matter what you do with it. | |||
2014-12-07 | fix a bug in apu_blarrg.c when compiled with aggressive-loop- | aliaspider | |
produce bad code when accessing an array with an out-of-bounds index. | |||
2014-11-04 | blargg_apu : small speedup | aliaspider | |
2014-11-04 | (PSP) fix address alignment exception when compiling with USE_BLARGG_APU | aliaspider | |
2014-11-03 | use stdint/stdbool | aliaspider | |
2014-11-03 | can build with USE_BLARGG_APU enabled, still not working. | aliaspider | |
2014-11-02 | start hooking up blargg's apu implementation to use as a reference. | aliaspider | |
(not yet working) |