From 51e6adc5f4ca801d476c3ac43a0bcc15fc862537 Mon Sep 17 00:00:00 2001 From: Adrian Conlon Date: Sun, 19 Aug 2018 00:09:00 +0100 Subject: [PATCH] Whoops: remove Rom.h Signed-off-by: Adrian Conlon --- inc/Rom.h | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 inc/Rom.h diff --git a/inc/Rom.h b/inc/Rom.h deleted file mode 100644 index 62b6b99..0000000 --- a/inc/Rom.h +++ /dev/null @@ -1,15 +0,0 @@ -#pragma once - -//#include -#include "Memory.h" - -namespace EightBit { - - - //class Rom : public Memory { - //public: - // Rom(const size_t size = 0) - // : Memory(size) { - // } - //}; -}