2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
5 Desc: Graphics function SetChipRev()
8 #include <aros/debug.h>
9 #include "graphics_intern.h"
11 /*****************************************************************************
14 #include <proto/graphics.h>
16 AROS_LH1(ULONG
, SetChipRev
,
19 AROS_LHA(ULONG
, ChipRev
, D0
),
22 struct GfxBase
*, GfxBase
, 148, Graphics
)
27 ChipRev - Chip Rev that you would like to be enabled
30 chiprevbits - Actual bits set in GfxBase->ChipRevBits0
45 ******************************************************************************/
48 AROS_LIBBASE_EXT_DECL(struct GfxBase
*,GfxBase
)
50 #warning TODO: Write graphics/SetChipRev()
51 aros_print_not_implemented ("SetChipRev");
53 return GfxBase
->ChipRevBits0
;