Commit graph

18 commits

Author SHA1 Message Date
Sour
1047860be7 Debugger: GB - Fixed memory mappings display when boot rom is active 2020-07-03 16:41:44 -04:00
Sour
4c4d3c75d6 Debugger: GB - Fixed crash when debugger accessed APU registers while running 2020-07-03 14:15:31 -04:00
Sour
15f2ee6012 GBC: Fixed FF4D reads in GBC mode (regression) 2020-07-03 12:57:36 -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
d0ec40be37 GB: Fixed serial control behavior (bit 7 is cleared after transfer)
Fixes freeze in Renju Club
2020-06-20 18:08:24 -04:00
Sour
d204485153 Added Super Game Boy support
Missing support for SGB2's timings and still needs a few tweaks and more testing
2020-06-18 00:58:39 -04:00
Sour
03f8361437 Debugger: GB - Fixed DebugRead behavior (fixes deadlocks) 2020-06-09 18:16:13 -04:00
Sour
4e77e6caef Debugger: GB - Added GB-specific "break on" options 2020-06-07 16:50:55 -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
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
4b86601faf GB: Improved serial link emulation stub 2020-05-27 19:54:12 -04:00
Sour
faf4d62ef4 GB: Allow picking GB model (original vs color) and using a boot rom
+Adds boot rom/sprite ram in hex editor
+Allow colorized GB games in GBC mode
2020-05-26 00:05:35 -04:00
Sour
b758e97753 GB: Fixed open bus behavior for some registers
Fixes unused_hwio-GS and if_ie_registers
2020-05-24 21:57:38 -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
Sour
371a7a1ac8 Added basic support for GBC games 2020-05-19 21:31:33 -04:00
Sour
5f055110fa Added Game Boy support
CPU/APU are decent - PPU is still just a scanline renderer
No Super Game Boy support yet
2020-05-18 16:11:08 -04:00