added palette viewer debugger to the drop down menu of debuggers

This commit is contained in:
Clément Le Bihan
2020-03-28 19:22:46 +01:00
parent 1b0d243c0e
commit be44a54d30
5 changed files with 33 additions and 6 deletions
+2 -2
View File
@@ -111,12 +111,12 @@ namespace ComSquare::Debugger
//! @param addr The address to read from.
//! @return The color value in BGR, looks like this xbbbbbgggggrrrrr.
uint16_t read(uint8_t addr);
//! @brief Focus the debugger's window.
void focus();
//! @brief Return true if the Bus is overloaded with debugging features.
bool isDebugger();
//! @brief Update the text fields with corresponding tile info
void updateInfoTile(uint8_t addr);
};
}