A whole bunch of consistency changes. No functional changes.

Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
Adrian Conlon
2017-11-03 22:05:01 +00:00
parent ff2f44bbd2
commit c292fb552e
24 changed files with 349 additions and 328 deletions

View File

@@ -3,7 +3,7 @@
EightBit::Processor::Processor(Bus& bus)
: m_bus(bus),
cycles(0),
m_cycles(0),
m_halted(false),
m_power(false) {
PC().word = MEMPTR().word = 0;