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:
parent
52243ceaa4
commit
12aee4bb55
1 changed files with 1 additions and 0 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Reference in a new issue