This commit is contained in:
folkert van heusden 2023-03-18 19:21:54 +01:00
parent 076575c405
commit 0203371f44
Signed by untrusted user who does not match committer: folkert
GPG key ID: 6B6455EDFEED3BD1

View file

@ -101,7 +101,7 @@ uint16_t bus::read(const uint16_t a, const bool word_mode, const bool use_prev,
}
if (a == ADDR_PIR) { // PIR
DOLOG(debug, !peek_only, "read PIT");
DOLOG(debug, !peek_only, "read PIR");
return PIR;
}