|
|
1.1 root 1: /*
2: Hatari - videl.h
3:
4: This file is distributed under the GNU Public License, version 2 or at
5: your option any later version. Read the file gpl.txt for details.
6: */
7:
8: #ifndef HATARI_VIDEL_H
9: #define HATARI_VIDEL_H
10:
11: extern void VIDEL_renderScreen(void);
12: extern void VIDEL_reset(void);
13: extern void VIDEL_ColorRegsWrite(void);
14: extern void VIDEL_ShiftModeWriteWord(void);
15: extern void VIDEL_ZoomModeChanged(void);
16: extern void VIDEL_ConvertScreenNoZoom(int vw, int vh, int bpp, int nextline);
17: extern void VIDEL_ConvertScreenZoom(int vw, int vh, int bpp, int nextline);
18:
19: #endif /* _VIDEL_H */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.