Refactor memory related code a little to make the hierarchy of classes a little easier to understand.

Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
Adrian Conlon
2018-11-04 16:38:57 +00:00
parent 003cea0d64
commit e688411cb9
18 changed files with 112 additions and 106 deletions

View File

@ -2,8 +2,6 @@
#include "Disassembler.h"
#include "Intel8080.h"
#include <Memory.h>
#include <sstream>
#include <iomanip>
#include <bitset>