This commit is contained in:
folkert van heusden 2024-04-29 09:47:45 +02:00
parent 4a41ee6b1f
commit a2acf902c7
Signed by untrusted user who does not match committer: folkert
GPG key ID: 6B6455EDFEED3BD1

View file

@ -204,7 +204,7 @@ void rl02::writeWord(const uint16_t addr, uint16_t v)
bool do_int = false;
if (size_t(device) >= fhs.size()) {
DOLOG(info, false, "RL02: PDP11/70 is accessing a not-attached virtual disk %d", device);
DOLOG(info, false, "RL02: PDP11/70 is accessing virtual disk %d which is not attached", device);
registers[(RL02_CSR - RL02_BASE) / 2] |= (1 << 10) | (1 << 15);