Annotation of frontvm/hardware/screenConvert.h, revision 1.1.1.1

1.1       root        1: /*
                      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.
                      6: */
                      7: 
                      8: 
                      9: extern int ScrUpdateFlag;
                     10: extern BOOL bScrDoubleY;
                     11: 
                     12: extern void BuildRGBPalette (unsigned long *rgb, unsigned short *st, int len);
                     13: extern void ConvertLowRes_320x16Bit(void);
                     14: extern void ConvertLowRes_640x16Bit(void);
                     15: extern void Convert_Scale2X ();
                     16: extern void Line_ConvertLowRes_640x16Bit(Uint32 *edi, Uint32 *ebp, Uint32 *esi, Uint32 eax);
                     17: 
                     18: typedef void (*SCREENDRAWFUNC) (void);
                     19: SCREENDRAWFUNC screendrawfuncs [5][3];
                     20: 
                     21: 

unix.superglobalmegacorp.com

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