mirror of
https://github.com/open-simh/simh.git
synced 2026-02-26 17:03:56 +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 & 0772) == 0274) { /* PSF */
|
||||
if ((insn & 0774) == 0274) { /* PSF */
|
||||
;
|
||||
}
|
||||
return SCPE_OK;
|
||||
|
||||
Reference in New Issue
Block a user