Bochs Graphics Adapter access functions
Marcel Sondaar
| bga_io.bas | Bochs Graphics Adapter access functions |
| Functions | |
| BGA_Write | Writes a BGA register |
| BGA_Read | Writes a BGA register |
Writes a BGA register
Sub BGA_Write( ByVal index As Integer, ByVal contents As Unsigned Short )
Writes a BGA register
Function BGA_Read( ByVal index As Integer ) As Unsigned Short