fake the "microprogram break register"
This commit is contained in:
parent
38d84fc792
commit
f28887d662
1 changed files with 4 additions and 0 deletions
4
bus.cpp
4
bus.cpp
|
@ -340,6 +340,10 @@ uint16_t bus::write(const uint16_t a, const bool word_mode, uint16_t value, cons
|
|||
c -> setStackPointer(3, value);
|
||||
return value;
|
||||
}
|
||||
|
||||
if (a == 0177770) { // microprogram break register
|
||||
return value;
|
||||
}
|
||||
}
|
||||
|
||||
if (a == 0177766) { // cpu error register
|
||||
|
|
Loading…
Add table
Reference in a new issue