0177564 duplicate

This commit is contained in:
folkert van heusden 2022-03-30 22:13:54 +02:00
parent 22ef613d91
commit 00e4234ff5

View file

@ -97,11 +97,6 @@ uint16_t bus::read(const uint16_t a, const bool word_mode, const bool use_prev)
return 0x80; return 0x80;
} }
if (a == 0177564) { // console tty status register
D(fprintf(stderr, "console tty status register\n");)
return 0x80;
}
/// MMU /// /// MMU ///
if (a >= 0172200 && a < 0172220) { if (a >= 0172200 && a < 0172220) {
uint16_t t = pages[001][((a & 017) >> 1)].pdr; uint16_t t = pages[001][((a & 017) >> 1)].pdr;