* small VGA detection problem solved

This commit is contained in:
florian 1999-07-14 14:32:12 +00:00
parent 3f127e3afc
commit 7821e9580a

View File

@ -1441,7 +1441,8 @@ const CrtAddress: word = 0;
jne @novga jne @novga
{ now check if this is the ATI EGA } { now check if this is the ATI EGA }
mov ax,1c00h { get state size for save... } mov ax,1c00h { get state size for save... }
mov cx,00h { ... all important data }
mov cx,07h
{$ifdef fpc} {$ifdef fpc}
push ebp push ebp
{$endif fpc} {$endif fpc}
@ -2315,7 +2316,10 @@ const CrtAddress: word = 0;
{ {
$Log$ $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 Log and Id tags
* added first FPC support, only VGA works to some extend for now * added first FPC support, only VGA works to some extend for now
* use -dasmgraph to use assembler routines, otherwise Pascal * use -dasmgraph to use assembler routines, otherwise Pascal