Annotation of hatari/src/includes/screenConvert.h, revision 1.1.1.5

1.1       root        1: /*
1.1.1.4   root        2:   Hatari - screenConvert.h
                      3: 
                      4:   This file is distributed under the GNU Public License, version 2 or at your
                      5:   option any later version. Read the file gpl.txt for details.
1.1       root        6: */
                      7: 
1.1.1.5 ! root        8: #ifndef HATARI_SCREENCONVERT_H
        !             9: #define HATARI_SCREENCONVERT_H
1.1       root       10: 
                     11: extern int ScrUpdateFlag;
                     12: extern BOOL bScrDoubleY;
                     13: 
                     14: extern void ConvertLowRes_320x16Bit(void);
                     15: extern void ConvertLowRes_640x16Bit(void);
1.1.1.3   root       16: extern void Line_ConvertLowRes_640x16Bit(Uint32 *edi, Uint32 *ebp, Uint32 *esi, Uint32 eax);
1.1       root       17: extern void ConvertMediumRes_640x16Bit(void);
1.1.1.3   root       18: extern void Line_ConvertMediumRes_640x16Bit(Uint32 *edi, Uint32 *ebp, Uint16 *esi, Uint32 eax);
1.1       root       19: extern void ConvertLowRes_320x8Bit(void);
                     20: extern void ConvertLowRes_640x8Bit(void);
1.1.1.4   root       21: extern void Line_ConvertLowRes_640x8Bit(Uint32 *edi, Uint32 *ebp, Uint32 *esi, Uint32 eax);
1.1       root       22: extern void ConvertMediumRes_640x8Bit(void);
1.1.1.4   root       23: extern void Line_ConvertMediumRes_640x8Bit(Uint32 *edi, Uint32 *ebp, Uint32 *esi, Uint32 eax);
1.1       root       24: extern void ConvertHighRes_640x8Bit(void);
                     25: extern void ConvertHighRes_640x1Bit(void);
                     26: extern void ConvertSpec512_320x16Bit(void);
                     27: extern void ConvertSpec512_640x16Bit(void);
                     28: 
                     29: extern void ConvertVDIRes_16Colour(void);
                     30: extern void ConvertVDIRes_4Colour(void);
                     31: extern void ConvertVDIRes_2Colour_1Bit(void);
                     32: extern void ConvertVDIRes_2Colour(void);
1.1.1.5 ! root       33: 
        !            34: #endif /* HATARI_SCREENCONVERT_H */

unix.superglobalmegacorp.com

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