overly chatting debug message

This commit is contained in:
folkert van heusden 2024-04-18 23:12:47 +02:00
parent 2358f8058f
commit b87912b7d4
Signed by untrusted user who does not match committer: folkert
GPG key ID: 6B6455EDFEED3BD1

View file

@ -239,9 +239,6 @@ void rl02::writeWord(const uint16_t addr, uint16_t v)
update_dar();
}
if (registers[(RL02_MPR - RL02_BASE) / 2])
DOLOG(warning, false, "RL02: unexpected MPR value after read (%06o)", registers[(RL02_MPR - RL02_BASE) / 2]);
do_int = true;
}
else {