diff options
| author | Volker Ruppert <info@vruppert.de> | 2004-05-05 19:23:53 +0000 |
|---|---|---|
| committer | Volker Ruppert <info@vruppert.de> | 2004-05-05 19:23:53 +0000 |
| commit | 44c3dff5a6dd29704c0b47cf280745edd1dbb9d9 (patch) | |
| tree | 639957997efb0ffe47be18701df3d613a2c8af2b /vbe_display_api.txt | |
| parent | 566f5a77d84178d6c1c2bd945c13512634070cb7 (diff) | |
- 8 bit DAC capability flag set
- vbe_biosfn_set_get_dac_palette_format implemented
- VBE api description updated
- C definitions from header files now used assembler code
Diffstat (limited to 'vbe_display_api.txt')
| -rw-r--r-- | vbe_display_api.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vbe_display_api.txt b/vbe_display_api.txt index 86322b4..9ca9afc 100644 --- a/vbe_display_api.txt +++ b/vbe_display_api.txt @@ -38,7 +38,7 @@ API History 0xb0c3 supports 0xb0c2 VBE_DISPI_ interfaces, interfaces updated for additional features: - VBE_DISPI_INDEX_ENABLE supports new flag VBE_DISPI_GETCAPS + VBE_DISPI_INDEX_ENABLE supports new flags VBE_DISPI_GETCAPS and VBE_DISPI_8BIT_DAC History @@ -203,6 +203,7 @@ API * VBE_DISPI_INDEX_ENABLE : WORD {R,W} If the new flag VBE_DISPI_GETCAPS is enabled, the xres, yres and bpp registers return the gui capabilities. + The new flag VBE_DISPI_8BIT_DAC switches the DAC to 8 bit mode. Displaying GFX (banked mode) -------------- |
