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

1.1       root        1: /*
1.1.1.4   root        2:   Hatari - screenConvert.h
                      3: 
1.1.1.6 ! root        4:   This file is distributed under the GNU General Public License, version 2
        !             5:   or at your option any later version. Read the file gpl.txt for details.
1.1       root        6: */
                      7: 
1.1.1.6 ! root        8: void Screen_RemapPalette(void);
        !             9: void Screen_SetPaletteColor(Uint8 idx, Uint8 red, Uint8 green, Uint8 blue);
        !            10: void ScreenConv_MemorySnapShot_Capture(bool bSave);
1.1       root       11: 
1.1.1.6 ! root       12: void Screen_GenConvert(void *fvram, int vw, int vh, int vbpp, int nextline,
        !            13:                        int hscroll, int leftBorderSize, int rightBorderSize,
        !            14:                        int upperBorderSize, int lowerBorderSize);
1.1       root       15: 
1.1.1.6 ! root       16: bool Screen_GenDraw(uint32_t vaddr, int vw, int vh, int vbpp, int nextline,
        !            17:                     int leftBorderSize, int rightBorderSize,
        !            18:                     int upperBorderSize, int lowerBorderSize);

unix.superglobalmegacorp.com

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