Commit graph

11 commits

Author SHA1 Message Date
Vladimir Kononovich
3764af908f Reformat Core (Resharper) 2020-12-19 23:30:09 +03:00
Sour
af49013e92 GBC: Fixed GDMA timing (setup should only be done once, not once per block) 2020-07-03 11:08:31 -04:00
Sour
a22302134d GBC: Improved IO port behavior
Fixes unused_hwio-C test, and allows aevilia to run
2020-07-03 00:39:11 -04:00
Sour
8d43594d7c GB: Pause OAM DMA when CPU is halted + return $FF during sprite evaluation while OAM DMA is active
Both of these together make the naughtyemu test display a blank screen as expected
2020-06-09 22:40:35 -04:00
Sour
9dd836c28b Debugger: GB - Added more information to register viewer 2020-06-07 13:09:43 -04:00
Sour
8a37a7ed76 Debugger: GB Event Viewer - Fixed tooltip display for DMA reads/writes 2020-06-02 20:42:58 -04:00
Sour
2ccef88375 GB: PPU accuracy improvements
Passes all moooneye-gb tests
2020-05-31 17:19:53 -04:00
Sour
fd1ff4cb3e GB: Added HDMA support (GBC) 2020-05-28 00:15:37 -04:00
Sour
06376f8ca9 GB: Improved DMA support for GBC (timing + bug fixes)
Fixes issues in Star Wars Racer
2020-05-27 22:50:27 -04:00
Sour
5279ebb688 GB: Fixed OAM write behavior during DMA 2020-05-24 21:57:38 -04:00
Sour
10be89012c GB: Various emulation improvements
-Better OAM DMA emulation
-Better STAT IRQ  emulation
-Better LCD power on state
-Moved DMA logic to GbDmaController
2020-05-24 21:57:38 -04:00