Attempted move to a "BUS" oriented memory architecture (TBC!)

Signed-off-by: Adrian.Conlon <adrian.conlon@arup.com>
This commit is contained in:
Adrian.Conlon
2017-09-06 13:22:23 +01:00
parent 8d91260f84
commit 64b7335a79
15 changed files with 238 additions and 199 deletions

View File

@@ -1,8 +1,8 @@
#include "stdafx.h"
#include "Processor.h"
EightBit::Processor::Processor(Memory& memory)
: m_memory(memory),
EightBit::Processor::Processor(Bus& bus)
: m_bus(bus),
cycles(0),
m_halted(false),
m_power(false) {