git-svn-id: https://spexeah.com:8443/svn/Asuro@65 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c

This commit is contained in:
aaron 2017-05-17 14:46:12 +00:00
parent 7d007d581c
commit 3959607fc1

View File

@ -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.