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

This commit is contained in:
kieron
2018-04-29 14:04:03 +00:00
parent 8d86e73c1a
commit aeb9aeecde
70 changed files with 1451 additions and 83 deletions

10
src/include/asuro.pas Normal file
View File

@ -0,0 +1,10 @@
unit asuro;
interface
const
VERSION = '1.0.0-549a';
implementation
end.

View File

@ -304,6 +304,7 @@ var
begin
disable_cursor;
closeAllWindows;
if not BSOD_ENABLE then exit;
console.setdefaultattribute(console.combinecolors($FFFF, $F800));
console.clear;
@ -355,6 +356,7 @@ begin
end else begin
console.writestringln('Unknown.')
end;
console.redrawWindows;
halt_and_catch_fire();
end;