From 7e5597df8c8dbbddbc2618a23fa566900d8715a2 Mon Sep 17 00:00:00 2001 From: aaron Date: Wed, 17 May 2017 13:57:00 +0000 Subject: [PATCH] git-svn-id: https://spexeah.com:8443/svn/Asuro@61 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c --- src/irq.pas | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/src/irq.pas b/src/irq.pas index c36098de..5331493d 100644 --- a/src/irq.pas +++ b/src/irq.pas @@ -16,15 +16,13 @@ procedure init(); implementation procedure init(); - -outb($0020, $11); -outb($00A0, $11); -outb($0021, 32); -outb($00A1, 40); -outb($0021, 4); -outb($00A1, 2); begin - + outb($0020, $11); + outb($00A0, $11); + outb($0021, 32); + outb($00A1, 40); + outb($0021, 4); + outb($00A1, 2); end; end. \ No newline at end of file