fake the "microprogram break register"

This commit is contained in:
folkert van heusden 2022-03-16 23:14:48 +01:00
parent 38d84fc792
commit f28887d662

View file

@ -340,6 +340,10 @@ uint16_t bus::write(const uint16_t a, const bool word_mode, uint16_t value, cons
c -> setStackPointer(3, value); c -> setStackPointer(3, value);
return value; return value;
} }
if (a == 0177770) { // microprogram break register
return value;
}
} }
if (a == 0177766) { // cpu error register if (a == 0177766) { // cpu error register