mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2026-03-12 10:41:58 +00:00
Start incorporating CPP core guidelines (as an experiment!)
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
@@ -2,11 +2,7 @@
|
||||
#include "Processor.h"
|
||||
|
||||
EightBit::Processor::Processor(Bus& bus)
|
||||
: m_bus(bus),
|
||||
m_cycles(0),
|
||||
m_halted(false),
|
||||
m_power(false) {
|
||||
PC().word = MEMPTR().word = 0;
|
||||
: m_bus(bus) {
|
||||
}
|
||||
|
||||
void EightBit::Processor::reset() {
|
||||
|
||||
Reference in New Issue
Block a user