|
|
1.1 root 1: /*
2: Hatari - routines.h
3:
4: Definitions for the screen conversion routines
5:
1.1.1.4 root 6: This file is distributed under the GNU General Public License, version 2
7: or at your option any later version. Read the file gpl.txt for details.
1.1 root 8: */
9:
10: #ifndef HATARI_CONVERTROUTINES_H
11: #define HATARI_CONVERTROUTINES_H
12:
1.1.1.2 root 13: static void ConvertLowRes_320x16Bit(void);
14: static void ConvertLowRes_640x16Bit(void);
1.1.1.3 root 15: static void ConvertLowRes_320x16Bit_Spec(void);
16: static void Line_ConvertLowRes_640x16Bit_Spec(Uint32 *edi, Uint32 *ebp, Uint32 *esi, Uint32 eax);
17: static void ConvertLowRes_640x16Bit_Spec(void);
1.1.1.2 root 18: static void Line_ConvertMediumRes_640x16Bit(Uint32 *edi, Uint32 *ebp, Uint16 *esi, Uint32 eax);
19: static void ConvertMediumRes_640x16Bit(void);
1.1.1.3 root 20: static void Line_ConvertMediumRes_640x16Bit_Spec(Uint32 *edi, Uint32 *ebp, Uint16 *esi, Uint32 eax);
21: static void ConvertMediumRes_640x16Bit_Spec(void);
1.1 root 22:
1.1.1.2 root 23: static void ConvertLowRes_320x32Bit(void);
24: static void ConvertLowRes_640x32Bit(void);
1.1.1.3 root 25: static void ConvertLowRes_320x32Bit_Spec(void);
26: static void Line_ConvertLowRes_640x32Bit_Spec(Uint32 *edi, Uint32 *ebp, Uint32 *esi, Uint32 eax);
27: static void ConvertLowRes_640x32Bit_Spec(void);
1.1.1.2 root 28: static void Line_ConvertMediumRes_640x32Bit(Uint32 *edi, Uint32 *ebp, Uint32 *esi, Uint32 eax);
29: static void ConvertMediumRes_640x32Bit(void);
1.1.1.3 root 30: static void Line_ConvertMediumRes_640x32Bit_Spec(Uint32 *edi, Uint32 *ebp, Uint32 *esi, Uint32 eax);
31: static void ConvertMediumRes_640x32Bit_Spec(void);
1.1.1.2 root 32:
1.1 root 33: #endif /* HATARI_CONVERTROUTINES_H */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.