@@ -0,0 +1,9 @@
#pragma once
#include <stdint.h>
namespace mem
{
void reset();
uint8_t readMem(uint16_t address);
void writeMem(uint16_t address, uint8_t value);
}
The note is not visible to the blocked user.