typo
This commit is contained in:
parent
076575c405
commit
0203371f44
1 changed files with 1 additions and 1 deletions
2
bus.cpp
2
bus.cpp
|
@ -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
|
if (a == ADDR_PIR) { // PIR
|
||||||
DOLOG(debug, !peek_only, "read PIT");
|
DOLOG(debug, !peek_only, "read PIR");
|
||||||
return PIR;
|
return PIR;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue