starting to implement registers of ppu in debugger

This commit is contained in:
Clément Le Bihan
2021-02-05 16:39:11 +01:00
parent 82f1dadee9
commit 499e2f4fa7
5 changed files with 64 additions and 6 deletions
+2
View File
@@ -631,6 +631,8 @@ namespace ComSquare::PPU
void updateVramReadBuffer();
//! @brief update the Vram buffer
Vector2<int> getBgScroll(int bgNumber) const;
//! @brief Allow to look the value of each write register (used by Register debugger)
const Registers &getWriteRegisters() const;
};
}