Fixed IRQs(ish)+

git-svn-id: https://spexeah.com:8443/svn/Asuro@69 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
kieron
2017-05-17 15:45:34 +00:00
parent d54e43cca9
commit 96dfb38124
40 changed files with 37 additions and 6 deletions

View File

@ -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'];