send disassembly only to logfile
This commit is contained in:
parent
67a3b27540
commit
6bd04ac84b
1 changed files with 1 additions and 1 deletions
2
main.cpp
2
main.cpp
|
@ -138,7 +138,7 @@ int run_cpu_validation(console *const cnsl, const std::string & filename)
|
|||
|
||||
// DO!
|
||||
c->emulation_start();
|
||||
disassemble(c, cnsl, c->getPC(), false);
|
||||
disassemble(c, nullptr, c->getPC(), false);
|
||||
c->step();
|
||||
|
||||
// VERIFY
|
||||
|
|
Loading…
Add table
Reference in a new issue