mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 22:29:24 +02:00
* small VGA detection problem solved
This commit is contained in:
parent
3f127e3afc
commit
7821e9580a
@ -1441,7 +1441,8 @@ const CrtAddress: word = 0;
|
||||
jne @novga
|
||||
{ now check if this is the ATI EGA }
|
||||
mov ax,1c00h { get state size for save... }
|
||||
mov cx,00h
|
||||
{ ... all important data }
|
||||
mov cx,07h
|
||||
{$ifdef fpc}
|
||||
push ebp
|
||||
{$endif fpc}
|
||||
@ -2315,7 +2316,10 @@ const CrtAddress: word = 0;
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.4 1999-07-12 13:27:08 jonas
|
||||
Revision 1.5 1999-07-14 14:32:12 florian
|
||||
* small VGA detection problem solved
|
||||
|
||||
Revision 1.4 1999/07/12 13:27:08 jonas
|
||||
+ added Log and Id tags
|
||||
* added first FPC support, only VGA works to some extend for now
|
||||
* use -dasmgraph to use assembler routines, otherwise Pascal
|
||||
|
Loading…
Reference in New Issue
Block a user