summaryrefslogtreecommitdiff
path: root/vdp.cpp
AgeCommit message (Expand)Author
2023-05-07Impl basic sprite renderingOxore
2023-05-07Impl vertical overall scrollingOxore
2023-05-07Refactor overall scroll renderingOxore
2023-05-07Impl horizontal scrollOxore
2023-05-07Impl scroll plane BOxore
2023-05-06Fix interrupt acknowledgingOxore
2023-05-06Impl scroll A static renderingOxore
2023-05-06Add a bit of comments on Mode set 2 register macrosOxore
2022-12-15Fix showing the color paletteOxore
2022-10-21Try to output color palette (doesn't work)Oxore
2022-10-20Fix buffer overflow access, continue implementing graphicsOxore
2022-10-19Begin implementing VDP renderingOxore
2022-10-03Impl DMA VRAM fillOxore
2022-10-03Begin implementing DMA: impl memory to VRAMOxore
2022-10-03Impl vblank irqOxore
2022-10-02Refactor VDP read tracingOxore
2022-10-02Fix two-byte read and write in VDPOxore
2022-10-01Add more VDP tracing, add VRAM, CRAM, VSRAM and statusOxore
2022-09-30Begin implementing VDPOxore