Jump to content

BVHVGA.DLL: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Base Video Handler for VGA
This DLL seems to interact with [[CLOCK01.SYS]] driver.
==Versions==
==Versions==
*
{| class="wikitable"
!Date||Version||Size||Comments
|-
|2006-03-22 09:47||14.105||42,535 bytes||
|}


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


==DLLs Loaded==
==DLLs Loaded==
* [[DOSCALL1.DLL]]
* [[DOSCALL1.DLL]]
* [[OS2CHAR.DLL]]
* [[OS2CHAR.DLL]]
==Device Driver Requirement==
* CLOCK$ - [[CLOCK01.SYS]]
* OEMHLP$ -
* SCREEN$ - [[SCREEN01.SYS]] / [[SCREEN02.SYS]]


==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:DLL]]
[[Category:Files]]

Latest revision as of 22:31, 17 January 2020

Base Video Handler for VGA

This DLL seems to interact with CLOCK01.SYS driver.

Versions

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

DLL Entry Points

  1. ACCESSBLINK
  2. CHARFONTEND
  3. ACCESSHARDWARE
  4. ACCESSOVERSCAN
  5. ACCESSREGISTER
  6. _VideoHardware
  7. _SetMach32TO60Hz
  8. SET132
  9. ACCESSCURSORPOS
  10. ACCESSCURSORTYPE
  11. ACCESSUNDERSCORE
  12. ACCESSVIDEOENABLE
  13. DEVENABLE
  14. ACCESSCLUT
  15. SETMAPMASK

DLLs Loaded

Device Driver Requirement

Source Code

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