--- np2/bios/Attic/bios08.c 2003/10/16 17:58:19 1.1.1.1 +++ np2/bios/Attic/bios08.c 2004/03/19 00:30:00 1.5 @@ -1,27 +1,3 @@ -#include "compiler.h" -#include "i286.h" -#include "memory.h" -#include "pccore.h" -#include "iocore.h" -#include "bios.h" -#include "biosmem.h" - -void bios0x08(void) { - - UINT16 catimcnt; - - catimcnt = GETBIOSMEM16(MEMW_CA_TIM_CNT); - catimcnt--; - SETBIOSMEM16(MEMW_CA_TIM_CNT, catimcnt); - if (catimcnt == 0) { - pic.pi[0].imr |= PIC_SYSTEMTIMER; - iocore_out8(0x00, 0x20); - i286_interrupt(7); - } - else { - iocore_out8(0x00, 0x20); - bios0x1c_03(); - } -} +// ¤¤¤é¤Í