Annotation of hatari/src/includes/vdi.h, revision 1.1.1.2

1.1       root        1: /*
                      2:   Hatari
                      3: */
                      4: 
1.1.1.2 ! root        5: #ifndef VDI_H
        !             6: #define VDI_H
        !             7: 
1.1       root        8: #define MAX_VDI_WIDTH  1024
                      9: #define MAX_VDI_HEIGHT  768
                     10: #define MAX_VDI_PLANES  4
                     11: 
1.1.1.2 ! root       12: enum
        !            13: {
        !            14:   GEMRES_640x480,
        !            15:   GEMRES_800x600,
        !            16:   GEMRES_1024x768
        !            17: };
        !            18: 
        !            19: enum
        !            20: {
        !            21:   GEMCOLOUR_2,
        !            22:   GEMCOLOUR_4,
        !            23:   GEMCOLOUR_16
        !            24: };
        !            25: 
1.1       root       26: extern int LineABase,FontBase;
                     27: extern unsigned int VDI_OldPC;
                     28: extern BOOL bUseVDIRes;
                     29: extern int VDIWidth,VDIHeight,VDIRes;
                     30: extern int VDIPlanes,VDIColours,VDICharHeight;
                     31: 
1.1.1.2 ! root       32: extern void VDI_SetResolution(int GEMRes, int GEMColour);
1.1       root       33: extern BOOL VDI(void);
                     34: extern void VDI_FixDesktopInf(void);
                     35: extern void VDI_LineA(void);
1.1.1.2 ! root       36: extern void VDI_Complete(void);
        !            37: 
        !            38: #endif  /* VDI_H */

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.