mirror of
https://github.com/skoelle/dos-tcm-intros.git
synced 2026-09-17 20:30:24 +00:00
added license comment in source
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
{ Copyright (c) 2026 Stefan Koelle (https://stefankoelle.de)
|
||||
Licensed under the MIT License. See LICENSE file in project root for details. }
|
||||
{$A-,B-,D-,E-,F-,G-,I-,L-,N-,O-,R-,S-,V-,X-}
|
||||
{$M 16384,0,655360}
|
||||
uses crt,textgraf,WOWTPU,WOWCONST,amn;
|
||||
@@ -56,7 +58,7 @@ begin
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
procedure CLI; inline( $FA ); { Interrupts unterdr�cken }
|
||||
procedure CLI; inline( $FA ); { Interrupts unterdr�cken }
|
||||
procedure STI; inline( $FB ); { Interrupts wieder erlauben }
|
||||
begin
|
||||
CLI;
|
||||
|
||||
Reference in New Issue
Block a user