aboutsummaryrefslogtreecommitdiff
path: root/src/ppu.rs
Commit message (Expand)AuthorAge
* optimize sprite renderingTed Yin2018-07-08
* fix the compilation error in rust nightly buildDeterminant2018-02-04
* ...Determinant2018-01-22
* change size_of consts to macros to support stable rustcDeterminant2018-01-08
* support console state load/save (minor bugs still present)Determinant2018-01-08
* optimize CPU/PPU memory accessDeterminant2018-01-04
* pass nmi timing accurarcy test; fix several annoying bugsDeterminant2018-01-03
* add first-order filters and quick-fixes to APUDeterminant2018-01-02
* add mapper 4Determinant2017-12-31
* ...Determinant2017-12-18
* clock by audioDeterminant2017-12-09
* clean up codeDeterminant2017-12-05
* wrap around the palette valueDeterminant2017-11-24
* ...Determinant2017-11-18
* adjust abstraction and mutabilityDeterminant2017-11-17
* pass the vbl nmi timing testDeterminant2017-11-17
* reintroduce the cpu stallDeterminant2017-11-16
* fix flags for rol/r and emulate addressing bugsDeterminant2017-11-16
* ...Determinant2017-11-16
* change unimportant asserts to debug assertsDeterminant2017-11-16
* clear bg_pixel when it is not renderingDeterminant2017-11-16
* support basic 1p controllerDeterminant2017-11-16
* fix tearing bugDeterminant2017-11-15
* ...Determinant2017-11-15
* ...Determinant2017-11-15
* remove trait object for PPU memoryDeterminant2017-11-15
* optimize ppu internal mem readDeterminant2017-11-14
* ...Determinant2017-11-14
* ppu optimizationDeterminant2017-11-14
* ...Determinant2017-11-14
* fix rol ror and rendering bugsDeterminant2017-11-14
* ...Determinant2017-11-14
* ...Determinant2017-11-13
* ..Determinant2017-11-13
* ...Determinant2017-11-13
* ...Determinant2017-11-13
* ...Determinant2017-11-13
* ...Determinant2017-11-13
* fix various bugsDeterminant2017-11-12
* ...Determinant2017-11-11
* ...Determinant2017-11-11
* ...Determinant2017-11-11
* finish most part of ppuDeterminant2017-11-11