mirror of
https://github.com/skoelle/dos-phobia-welcome-intro.git
synced 2026-09-17 20:50:24 +00:00
changes LICENSE
This commit is contained in:
+4
-2
@@ -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,59360}
|
||||
uses crt,textgraf,pho_u,pho_u2;
|
||||
@@ -209,13 +211,13 @@ 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;
|
||||
modinit;
|
||||
clrscr;
|
||||
writeln('PHOBA Intro');
|
||||
writeln('PHOB�A Intro');
|
||||
writeln('------------');
|
||||
writeln;
|
||||
writeln('F1 -PC Speaker (10000 kHz)');
|
||||
|
||||
Reference in New Issue
Block a user