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

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: 
                      8: 
                      9: extern int ScrUpdateFlag;
                     10: extern BOOL bScrDoubleY;
                     11: 
                     12: extern void ConvertLowRes_320x16Bit(void);
                     13: extern void ConvertLowRes_640x16Bit(void);
1.1.1.3   root       14: extern void Line_ConvertLowRes_640x16Bit(Uint32 *edi, Uint32 *ebp, Uint32 *esi, Uint32 eax);
1.1       root       15: extern void ConvertMediumRes_640x16Bit(void);
1.1.1.3   root       16: extern void Line_ConvertMediumRes_640x16Bit(Uint32 *edi, Uint32 *ebp, Uint16 *esi, Uint32 eax);
1.1       root       17: extern void ConvertLowRes_320x8Bit(void);
                     18: extern void ConvertLowRes_640x8Bit(void);
1.1.1.4 ! root       19: extern void Line_ConvertLowRes_640x8Bit(Uint32 *edi, Uint32 *ebp, Uint32 *esi, Uint32 eax);
1.1       root       20: extern void ConvertMediumRes_640x8Bit(void);
1.1.1.4 ! root       21: extern void Line_ConvertMediumRes_640x8Bit(Uint32 *edi, Uint32 *ebp, Uint32 *esi, Uint32 eax);
1.1       root       22: extern void ConvertHighRes_640x8Bit(void);
                     23: extern void ConvertHighRes_640x1Bit(void);
                     24: extern void ConvertSpec512_320x16Bit(void);
                     25: extern void ConvertSpec512_640x16Bit(void);
                     26: 
                     27: extern void ConvertVDIRes_16Colour(void);
                     28: extern void ConvertVDIRes_4Colour(void);
                     29: extern void ConvertVDIRes_2Colour_1Bit(void);
                     30: extern void ConvertVDIRes_2Colour(void);

unix.superglobalmegacorp.com

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