From 3959607fc1da247b1869823b979ce967d8134049 Mon Sep 17 00:00:00 2001 From: aaron Date: Wed, 17 May 2017 14:46:12 +0000 Subject: [PATCH] git-svn-id: https://spexeah.com:8443/svn/Asuro@65 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c --- src/irq.pas | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/irq.pas b/src/irq.pas index 8fb00c44..cfa652bd 100644 --- a/src/irq.pas +++ b/src/irq.pas @@ -20,12 +20,12 @@ procedure init(); begin outb($0020, $11); outb($00A0, $11); - outb($0021, 32); - outb($00A1, 40); - outb($0021, 4); - outb($00A1, 2); - outb($0021, 1); - outb($00A1, 1); + outb($0021, $20); + outb($00A1, $28); + outb($0021, $04); + outb($00A1, $02); + outb($0021, $01); + outb($00A1, $01); end; end. \ No newline at end of file