Commit graph

15 commits

Author SHA1 Message Date
Sour
17bb339fec PPU: Very incomplete color math support 2019-02-17 23:53:19 -05:00
Sour
7ccfc99a62 PPU: Fixed tile CHR address for layers 1/3 + implemented "layer/oam enabled" flag 2019-02-17 23:26:49 -05:00
Sour
20059ae975 PPU: Basic support for rendering sprites 2019-02-17 22:44:57 -05:00
Sour
a19013da76 PPU: Implemented OAM writes 2019-02-17 21:09:33 -05:00
Sour
b806b3d96e Core: Added SNES controller support 2019-02-17 20:29:29 -05:00
Sour
aaf147b53b Refactor internal CPU registers + implement division register 2019-02-17 15:37:31 -05:00
Sour
93e8fd9d5e Core: Fixed for memory mappings, implemented multiplication register, added logging to help debugging missing functionalities 2019-02-17 14:42:35 -05:00
Sour
0757ccefa6 PPU: Horizontal/vertical IRQ timer support 2019-02-17 01:09:47 -05:00
Sour
0681419841 PPU: Added very basic support for other display modes 2019-02-17 00:32:41 -05:00
Sour
e257db4def Fixed memory leaks 2019-02-16 01:16:57 -05:00
Sour
6d22b920b8 Debugger: Added hex editor 2019-02-15 21:33:13 -05:00
Sour
0f657ccf63 DMA: Refactoring + improvements/fixes 2019-02-15 00:08:50 -05:00
Sour
f0bd820264 PPU: Added barebones implementation of PPU/DMA to allow test roms to display their result on screen 2019-02-13 23:03:01 -05:00
Sour
69cf69fa6f PPU: Implement some of the registers 2019-02-13 18:44:39 -05:00
Sour
522372a365 Fixed addressing bugs, added PPU stub, improved trace logger output, split CPU instructions to another file 2019-02-13 13:32:51 -05:00