mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-06-05 10:59:38 +00:00
starting to implement registers of ppu in debugger
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user