OSDN Git Service

[VM][I286][I386][PC9801][FMR50] Add pseudo-cycles args to pseudo-bios for i86/286...
[csp-qt/common_source_project-fm7.git] / source / src / vm / mame / emu / cpu / i86 / instr86.c
index 0753104..fbf5bbb 100644 (file)
@@ -2428,7 +2428,7 @@ static void PREFIX86(_int)(i8086_state *cpustate)    /* Opcode 0xcd */
 #ifdef I86_PSEUDO_BIOS
        cpustate->regs.w[8] = 0x0000;
        cpustate->regs.w[9] = 0x0000;
-       if(cpustate->bios != NULL && cpustate->bios->bios_int_i86(int_num, cpustate->regs.w, cpustate->sregs, &cpustate->ZeroVal, &cpustate->CarryVal)) {
+       if(cpustate->bios != NULL && cpustate->bios->bios_int_i86(int_num, cpustate->regs.w, cpustate->sregs, &cpustate->ZeroVal, &cpustate->CarryVal, &(cpustate->icount), &(cpustate->total_icount))) {
                ICOUNT -= timing.iret;
 #if 1          
                if((cpustate->regs.w[8] != 0x0000) || (cpustate->regs.w[9] != 0x0000)) {