aboutsummaryrefslogtreecommitdiff
path: root/src/memory.rs
Commit message (Expand)AuthorAge
* optimize sprite renderingTed Yin2018-07-08
* fix bug: incorrect ignored size for memoryTed Yin2018-07-08
* ...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
* remove RefCell in memory/mapper to improve performanceDeterminant2018-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 DMC channelDeterminant2017-12-31
* add mapper 4Determinant2017-12-31
* add noise channelDeterminant2017-12-29
* clock by audioDeterminant2017-12-09
* clean up codeDeterminant2017-12-05
* fix bugs; add triangle channelDeterminant2017-11-26
* ...Determinant2017-11-26
* add support for mapper 1Determinant2017-11-22
* ...Determinant2017-11-18
* rearrange the projDeterminant2017-11-17
* adjust abstraction and mutabilityDeterminant2017-11-17
* pass the vbl nmi timing testDeterminant2017-11-17
* ...Determinant2017-11-16
* support basic 1p controllerDeterminant2017-11-16
* ...Determinant2017-11-15
* remove trait object for PPU memoryDeterminant2017-11-15
* ...Determinant2017-11-14
* optimize ppu internal mem readDeterminant2017-11-14
* ...Determinant2017-11-14
* ppu optimizationDeterminant2017-11-14
* fix rol ror and rendering bugsDeterminant2017-11-14
* fix various bugsDeterminant2017-11-12
* ...Determinant2017-11-11
* add mapper and cartridgeDeterminant2017-11-11
* finish most part of ppuDeterminant2017-11-11