git-svn-id: https://spexeah.com:8443/svn/Asuro@573 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
10
src/include/asuro.pas
Normal file
10
src/include/asuro.pas
Normal file
@ -0,0 +1,10 @@
|
||||
unit asuro;
|
||||
|
||||
interface
|
||||
|
||||
const
|
||||
VERSION = '1.0.0-549a';
|
||||
|
||||
implementation
|
||||
|
||||
end.
|
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user