0177564 duplicate
This commit is contained in:
parent
22ef613d91
commit
00e4234ff5
1 changed files with 0 additions and 5 deletions
5
bus.cpp
5
bus.cpp
|
@ -97,11 +97,6 @@ uint16_t bus::read(const uint16_t a, const bool word_mode, const bool use_prev)
|
|||
return 0x80;
|
||||
}
|
||||
|
||||
if (a == 0177564) { // console tty status register
|
||||
D(fprintf(stderr, "console tty status register\n");)
|
||||
return 0x80;
|
||||
}
|
||||
|
||||
/// MMU ///
|
||||
if (a >= 0172200 && a < 0172220) {
|
||||
uint16_t t = pages[001][((a & 017) >> 1)].pdr;
|
||||
|
|
Loading…
Add table
Reference in a new issue