main window displaying the value of all the cgram

This commit is contained in:
Clément Le Bihan
2020-02-15 17:57:54 +01:00
parent c831562a7c
commit 0b2146be2f
2 changed files with 40 additions and 20 deletions
+1 -1
View File
@@ -340,7 +340,7 @@ namespace ComSquare::PPU
uint8_t raw;
} _vmain;
//! @brief Store the real value of the increment Amount (1, 32, 128) instead of 0,1 or 2
uint8_t _incrementAmount;
uint8_t _incrementAmount = 1;
//! @brief VMADD Register (VRAM Address)
union {
struct {