Fixed IRQs(ish)+
git-svn-id: https://spexeah.com:8443/svn/Asuro@69 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
@ -15,6 +15,8 @@ uses
|
||||
util,
|
||||
bios_data_area;
|
||||
|
||||
const DEBUG = FALSE;
|
||||
|
||||
type
|
||||
TColor = ( Black = $0,
|
||||
Blue = $1,
|
||||
@ -371,7 +373,7 @@ begin
|
||||
end;
|
||||
Console_Cursor.X:= 0;
|
||||
console._update_cursor;
|
||||
psleep(500);
|
||||
if DEBUG then psleep(500);
|
||||
end;
|
||||
|
||||
procedure _newline(); [public, alias: '_console_newline'];
|
||||
|
Reference in New Issue
Block a user