mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2026-03-12 10:41:58 +00:00
A whole bunch of consistency changes. No functional changes.
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user