OSDN Git Service

[VM][I286][I86] Update around PSEUDO-BIOS.
authorK.Ohta <whatisthis.sowhat@gmail.com>
Mon, 26 Nov 2018 09:20:56 +0000 (18:20 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Mon, 26 Nov 2018 09:20:56 +0000 (18:20 +0900)
source/src/vm/mame/emu/cpu/i86/instr86.c

index 41789a8..0753104 100644 (file)
@@ -2441,7 +2441,7 @@ static void PREFIX86(_int)(i8086_state *cpustate)    /* Opcode 0xcd */
                        cpustate->base[CS] = SegBase(CS);
                        cpustate->pc = (cpustate->base[CS] + addr) & AMASK;
 #endif
-                       printf("PC=%04x:%04x\n", cpustate->sregs[CS], cpustate->pc);
+                       //printf("PC=%04x:%04x\n", cpustate->sregs[CS], cpustate->pc);
                }
 #endif
                return;