mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-06-09 04:24:58 +00:00
Merge branch 'master' of https://github.com/AnonymusRaccoon/ComSquare into APU
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user