mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2025-04-14 18:37:25 +00:00
Whoops: remove Rom.h
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
parent
b0aacce406
commit
51e6adc5f4
15
inc/Rom.h
15
inc/Rom.h
@ -1,15 +0,0 @@
|
||||
#pragma once
|
||||
|
||||
//#include <cstdint>
|
||||
#include "Memory.h"
|
||||
|
||||
namespace EightBit {
|
||||
|
||||
|
||||
//class Rom : public Memory {
|
||||
//public:
|
||||
// Rom(const size_t size = 0)
|
||||
// : Memory(size) {
|
||||
// }
|
||||
//};
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user