Fix MEMR status not set during halt acknowledge
This commit is contained in:
parent
23d4723a31
commit
a4fe9e50da
@ -53,7 +53,7 @@ impl MemCycle {
|
||||
Self::In(_) => Status::WO | Status::INP,
|
||||
Self::Out(_, _) => Status::OUT,
|
||||
Self::Inta(_) => Status::INTA | Status::WO | Status::M1,
|
||||
Self::Hlta => Status::HLTA | Status::WO | Status::M1,
|
||||
Self::Hlta => Status::HLTA | Status::WO | Status::M1 | Status::MEMR,
|
||||
Self::IntaHlt(_) => Status::INTA | Status::HLTA | Status::WO | Status::M1,
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user