Commit graph

12 commits

Author SHA1 Message Date
Devin Acker
c20901e328 fix typo in an OamGraphicsScene member function 2020-08-16 23:47:19 -04:00
devinacker
c9eae6a047 add VRAM expansion support to PPU debugging tools 2019-10-09 22:08:35 -04:00
Marcus Rowe
3107ef54d0 Rename BG_TRANSPARENT to TRANSPARENT_BG
This commit will make the `*_BG` constants in the BackgroundType enum
have a consistent name.
2018-12-19 09:07:07 +10:00
Marcus Rowe
e94be79714 Fix compilation error in Windows
wingdi.h contains the following line:

    #define TRANSPARENT 1

which prevents OamGraphicsScene from being compiled.

This commit renames TRANSPARENT to BG_TRANSPARENT so the class can be
successfully compiled on Windows.
2018-12-18 12:12:41 +10:00
Marcus Rowe
b612abe57d Add first sprite support to Sprite Viewer 2018-12-05 21:46:24 +10:00
Marcus Rowe
1d6fb0282c Adjust screen outline height based on overscan register 2018-12-05 18:07:27 +10:00
Marcus Rowe
102c3a543e Show/Hide objects in the Sprite Viewer 2018-12-05 17:57:15 +10:00
Marcus Rowe
24b564fdcb Add selection to OamGraphicsScene 2018-12-01 21:34:57 +10:00
Marcus Rowe
650d46251e Add export button to OamViewer 2018-11-18 19:55:33 +10:00
Marcus Rowe
132e71842b Add screen outline and background to OamGraphicsScene 2018-11-18 19:55:33 +10:00
Marcus Rowe
2d8e2e8077 Add Y axis wrapped objects to OamGraphicsScene 2018-11-18 19:55:33 +10:00
Marcus Rowe
8854429f09 Add OamGraphicsScene 2018-11-18 19:55:33 +10:00