1
0
mirror of https://github.com/simh/simh.git synced 2026-02-08 17:22:11 +00:00

Bob Supnik's state as of 10/12/2013

This commit is contained in:
Mark Pizzolato
2013-10-12 13:23:44 -07:00
parent 6031deddf8
commit 34ce1a038c
71 changed files with 5708 additions and 377 deletions

View File

@@ -3632,7 +3632,7 @@ if ((IR & 0100017) == 0100010) { /* This pattern for all
PC = (PC + 1) & AMASK;
continue;
}
if ((IR & 0103777) == 0100650) { /* FDD Div double by AC */
if ((IR & 0103777) == 0100750) { /* FDD Div double by AC */
if (!(fpu_unit.flags & UNIT_UP))
continue;
if (Debug_Flags == 1) {
@@ -3687,7 +3687,7 @@ if ((IR & 0100017) == 0100010) { /* This pattern for all
FPSR |= ((PC - 1) & AMASK);
continue;
}
if ((IR & 0103777) == 0101650) { /* FDMD Div double by memory */
if ((IR & 0103777) == 0101750) { /* FDMD Div double by memory */
if (!(fpu_unit.flags & UNIT_UP))
continue;
if (Debug_Flags == 1) {