mirror of
https://github.com/simh/simh.git
synced 2026-04-28 20:57:26 +00:00
IMLAC: Fix wrong instruction mask for decoding.
This commit is contained in:
@@ -144,7 +144,7 @@ ptp_iot (uint16 insn, uint16 AC)
|
|||||||
if ((insn & 0771) == 0271) { /* PUN */
|
if ((insn & 0771) == 0271) { /* PUN */
|
||||||
;
|
;
|
||||||
}
|
}
|
||||||
if ((insn & 0772) == 0274) { /* PSF */
|
if ((insn & 0774) == 0274) { /* PSF */
|
||||||
;
|
;
|
||||||
}
|
}
|
||||||
return SCPE_OK;
|
return SCPE_OK;
|
||||||
|
|||||||
Reference in New Issue
Block a user