mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-20 21:08:51 +00:00
Unmasked mouse interrupt
This commit is contained in:
parent
0b7916a4bb
commit
a7323e08e3
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ namespace Cosmos.Core {
|
|||
//Init(Master, 0x20, 4, 0xFD | 0x08);
|
||||
//Init(Slave, 0x28, 2, 0xFF);
|
||||
//for now enable only keyboard
|
||||
Remap(0x20, 0xFD | 0x08, 0x28, 0xFF);
|
||||
Remap(0x20, 0xF9 | 0x08, 0x28, 0xEF);
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue