This commit is contained in:
Melefo
2020-05-18 11:13:51 +02:00
41 changed files with 2319 additions and 456 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ namespace ComSquare::Ram
protected:
//! @brief The ram. (Can be used for WRam, SRam, VRam etc)
uint8_t *_data;
//! @brief The size of the ram (iny bytes).
//! @brief The size of the ram (in bytes).
size_t _size;
//! @brief An id identifying the type of memory this is (for the debugger)
Component _ramType;