1
0
Fork 0

Unmask RTC irq 8 by default.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@967
This commit is contained in:
Sjoerd van der Berg 2003-04-27 07:08:47 +00:00
parent 52243ceaa4
commit 12aee4bb55

View file

@ -412,6 +412,7 @@ void PIC_Init(Section* sec) {
}
irqs[0].masked=false; /* Enable system timer */
irqs[1].masked=false; /* Enable Keyboard IRQ */
irqs[8].masked=false; /* Enable RTC IRQ */
irqs[12].masked=false; /* Enable Mouse IRQ */
IO_RegisterReadHandler(0x20,read_command,"Master PIC Command");
IO_RegisterReadHandler(0x21,read_data,"Master PIC Data");