mirror of
https://github.com/open-simh/simh.git
synced 2026-01-11 23:53:30 +00:00
IMLAC: Fix wrong instruction mask for decoding.
This commit is contained in:
parent
5efb47dca5
commit
96ac1c4ba0
@ -144,7 +144,7 @@ ptp_iot (uint16 insn, uint16 AC)
|
||||
if ((insn & 0771) == 0271) { /* PUN */
|
||||
;
|
||||
}
|
||||
if ((insn & 0772) == 0274) { /* PSF */
|
||||
if ((insn & 0774) == 0274) { /* PSF */
|
||||
;
|
||||
}
|
||||
return SCPE_OK;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user