mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-06-06 03:12:19 +00:00
the CGRam debugger is fixed display correctly the cgram and cgram value getter supports all 512 entries of the ram
This commit is contained in:
+1
-1
@@ -536,7 +536,7 @@ namespace ComSquare::PPU
|
||||
//! @brief Return true if the CPU is overloaded with debugging features.
|
||||
virtual bool isDebugger();
|
||||
//! @brief Allow others components to read the CGRAM (Debuggers)
|
||||
uint16_t cgramRead(uint8_t addr);
|
||||
uint16_t cgramRead(uint16_t addr);
|
||||
//! @brief Render a background on the screen
|
||||
void renderBackground(int bgNumber, std::vector<int> characterSize, int bpp, bool priority);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user