mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2024-12-28 01:29:18 +00:00
i8080: Small board level source layout change, no functional effect
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
parent
1a0d3ad77a
commit
8f0dbe0dbc
@ -93,10 +93,7 @@ void Board::Cpu_ExecutingInstruction_Profile(EightBit::Intel8080& cpu) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Board::Cpu_ExecutingInstruction_Debug(const EightBit::Intel8080& cpu) {
|
void Board::Cpu_ExecutingInstruction_Debug(const EightBit::Intel8080& cpu) {
|
||||||
|
const std::string disassembled =
|
||||||
std::cerr
|
EightBit::Disassembler::state(CPU()) + '\t' + m_disassembler.disassemble(CPU()) + '\n';
|
||||||
<< EightBit::Disassembler::state(CPU())
|
std::cerr << disassembled;
|
||||||
<< "\t"
|
|
||||||
<< m_disassembler.disassemble(CPU())
|
|
||||||
<< '\n';
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user