mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2024-12-23 00:29:47 +00:00
Whoops: Remove extra blank line.
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
parent
54e0dcfe36
commit
806251bf6f
@ -44,7 +44,6 @@ void Board::initialise() {
|
|||||||
}
|
}
|
||||||
if (m_configuration.terminatesEarly())
|
if (m_configuration.terminatesEarly())
|
||||||
CPU().ExecutingInstruction.connect(std::bind(&Board::Cpu_ExecutedInstruction_Terminator, this, std::placeholders::_1));
|
CPU().ExecutingInstruction.connect(std::bind(&Board::Cpu_ExecutedInstruction_Terminator, this, std::placeholders::_1));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void Board::Cpu_ExecutingInstruction_Debug(EightBit::mc6809&) {
|
void Board::Cpu_ExecutingInstruction_Debug(EightBit::mc6809&) {
|
||||||
|
Loading…
Reference in New Issue
Block a user