mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2025-01-11 02:29:50 +00:00
e40240694f
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
16 lines
187 B
C++
16 lines
187 B
C++
#pragma once
|
|
|
|
//#include <cstdint>
|
|
#include "Memory.h"
|
|
|
|
namespace EightBit {
|
|
|
|
|
|
//class Rom : public Memory {
|
|
//public:
|
|
// Rom(const size_t size = 0)
|
|
// : Memory(size) {
|
|
// }
|
|
//};
|
|
}
|