overlay chatty debug removed
This commit is contained in:
parent
723edfd0f9
commit
108de1ccba
1 changed files with 1 additions and 1 deletions
2
rl02.cpp
2
rl02.cpp
|
@ -365,7 +365,7 @@ void rl02::writeWord(const uint16_t addr, uint16_t v)
|
||||||
*disk_read_activity = false;
|
*disk_read_activity = false;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
DOLOG(warning, false, "RL02: command %d not implemented", command);
|
DOLOG(debug, false, "RL02: command %d not implemented", command);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (do_int) {
|
if (do_int) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue