From 00e4234ff57fa4d20b5f3ec8ee8582df0fb7719a Mon Sep 17 00:00:00 2001 From: folkert van heusden Date: Wed, 30 Mar 2022 22:13:54 +0200 Subject: [PATCH] 0177564 duplicate --- bus.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/bus.cpp b/bus.cpp index bea708c..353c4f8 100644 --- a/bus.cpp +++ b/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;