Docs » Autodocs » graphics.library » SetChipRev
SetChipRev -- turns on the features of a Chip Set (V39)
chiprevbits = SetChipRev(ChipRev) d0 ULONG SetChipRev(ULONG);
Enables the features of the requested Chip Set if available, and updates the graphics database accordingly.
ChipRev - Chip Rev that you would like to be enabled.
chiprevbits - Actual bits set in GfxBase->ChipRevBits0.
This routine should only be called once. It will be called by the system in the startup-sequence, but is included in the autodocs for authors of bootblock-games that wish to take advantage of post-ECS features.
<graphics/gfxbase.h>
|