NEWS APPS DOCS ABOUT | ||||
Autodocs Include classes clib datatypes devices diskfont dos exec gadgets graphics clip.i / .h coerce.i / .h collide.h copper.i / .h display.i / .h displayinfo.i / .h gels.i / .h gfx.i / .h gfxbase.i / .h gfxmacros.h gfxnodes.i / .h graphint.h layers.i / .h modeid.i / .h monitor.i / .h rastport.i / .h regions.i / .h rpattr.i / .h scale.i / .h sprite.i / .h text.i / .h videocontrol.i / .h view.i / .h hardware images intuition libraries pragma pragmas prefs proto reaction resources rexx utility workbench GuruMeditation | IFND GRAPHICS_DISPLAY_I GRAPHICS_DISPLAY_I SET 1 ** ** $VER: display.i 39.0 (21.8.1991) ** Includes Release 45.1 ** ** include define file for display control registers ** ** (C) Copyright 1985-2001 Amiga, Inc. ** All Rights Reserved ** * bplcon0 defines MODE_640 equ $8000 PLNCNTMSK equ $7 * how many bit planes? * * 0 = none, 1->6 = 1->6, 7 = reserved PLNCNTSHFT equ 12 * bits to shift for bplcon0 PF2PRI equ $40 * bplcon2 bit COLORON equ $0200 * disable color burst DBLPF equ $400 HOLDNMODIFY equ $800 INTERLACE equ 4 * interlace mode for 400 * bplcon1 defines PFA_FINE_SCROLL equ $F PFB_FINE_SCROLL_SHIFT equ 4 PF_FINE_SCROLL_MASK equ $F * display window start and stop defines DIW_HORIZ_POS equ $7F * horizontal start/stop DIW_VRTCL_POS equ $1FF * vertical start/stop DIW_VRTCL_POS_SHIFT equ 7 * Data fetch start/stop horizontal position DFTCH_MASK equ $FF * vposr bits VPOSRLOF equ $8000 ENDC ; GRAPHICS_DISPLAY_I Comments |
$VER: d0.se 1.14 Copyright © 2011-2024 Tobias Geijersson support at d0 dot se |