Commit Fix Hopefully.

git-svn-id: https://spexeah.com:8443/svn/Asuro@207 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
kieron
2017-10-22 00:00:27 +00:00
parent 1eb8256044
commit 4becc26686
13 changed files with 2 additions and 95 deletions

View File

@ -16,7 +16,7 @@ uses
ISR0, ISR1, ISR2, ISR3, ISR4, ISR5, ISR6, ISR7, ISR8, ISR9,
ISR10, ISR11, ISR12, ISR13, ISR14, ISR15, ISR16, ISR17, ISR18,
ISR32, ISR33,
ISR40, ISR45;
ISR40, ISR44;
procedure init();
@ -48,7 +48,7 @@ begin
ISR32.register(); // 55ms Timer
ISR33.register(); // Keyboard
ISR40.register(); // 1024/s Timer
ISR45.register(); // Mouse
ISR44.register(); // Mouse
console.writestringln('ISR: INIT END.');
end;