Jump to content

BVHVGA.DLL: Difference between revisions

From EDM2
Ak120 (talk | contribs)
No edit summary
Line 1: Line 1:
VGA Video Device Handler
==Versions==
==Versions==
{| class="wikitable"
{| class="wikitable"
!Date!!Version!!Size!!Comments
|-
|-
! Date !!Version !! Size  !! Comments
|2006-03-22 09:47||14.105||42,535 bytes||
|-
| 2006/03/22 9:47am|| 14.105 ||42,535 bytes || VGA Video Device Handler by IBM.
|-
|}
|}


==DLL Entry Points==
==DLL Entry Points==
<PRE>
<PRE>
Ordinal Object  Offset    Name
Ordinal Object  Offset    Name
  0                      bvhvga
  1      1    0000:049C ACCESSBLINK
  1      1    0000:049C ACCESSBLINK
  2      1    0000:0335 CHARFONTEND
  2      1    0000:0335 CHARFONTEND
  3      1    0000:0626 ACCESSHARDWARE
  3      1    0000:0626 ACCESSHARDWARE
  4      1    0000:04F3 ACCESSOVERSCAN
  4      1    0000:04F3 ACCESSOVERSCAN
  5      1    0000:071E ACCESSREGISTER
  5      1    0000:071E ACCESSREGISTER
  6      3    0BE8      _VideoHardware
  6      3    0BE8      _VideoHardware
  7      1    0000:011A _SetMach32TO60Hz
  7      1    0000:011A _SetMach32TO60Hz
  8      1    0000:00B4 SET132
  8      1    0000:00B4 SET132
  9      1    0000:0366 ACCESSCURSORPOS
  9      1    0000:0366 ACCESSCURSORPOS
  10      1    0000:03DF ACCESSCURSORTYPE
  10      1    0000:03DF ACCESSCURSORTYPE
  11      1    0000:0538 ACCESSUNDERSCORE
  11      1    0000:0538 ACCESSUNDERSCORE
  12      1    0000:0580 ACCESSVIDEOENABLE
  12      1    0000:0580 ACCESSVIDEOENABLE
  13      2    0000      DEVENABLE
  13      2    0000      DEVENABLE
  14      1    0000:05BE ACCESSCLUT
  14      1    0000:05BE ACCESSCLUT
  15      1    0000:02B5 SETMAPMASK
  15      1    0000:02B5 SETMAPMASK
 
</PRE>
</PRE>


Line 36: Line 34:
==Source Code==
==Source Code==
The source of this DDL is also included on the IBM DDK under the terms of it's license of use.  
The source of this DDL is also included on the IBM DDK under the terms of it's license of use.  


[[Category:Files]]
[[Category:Files]]

Revision as of 20:10, 6 October 2016

VGA Video Device Handler

Versions

Date Version Size Comments
2006-03-22 09:47 14.105 42,535 bytes

DLL Entry Points

Ordinal Object  Offset    Name
   1       1    0000:049C ACCESSBLINK
   2       1    0000:0335 CHARFONTEND
   3       1    0000:0626 ACCESSHARDWARE
   4       1    0000:04F3 ACCESSOVERSCAN
   5       1    0000:071E ACCESSREGISTER
   6       3    0BE8      _VideoHardware
   7       1    0000:011A _SetMach32TO60Hz
   8       1    0000:00B4 SET132
   9       1    0000:0366 ACCESSCURSORPOS
  10       1    0000:03DF ACCESSCURSORTYPE
  11       1    0000:0538 ACCESSUNDERSCORE
  12       1    0000:0580 ACCESSVIDEOENABLE
  13       2    0000      DEVENABLE
  14       1    0000:05BE ACCESSCLUT
  15       1    0000:02B5 SETMAPMASK

DLLs Loaded

Source Code

The source of this DDL is also included on the IBM DDK under the terms of it's license of use.