|
|
1.1 root 1: /*
2: Hatari - video.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: (SC) Simon Schubiger - most of it removed because it's not needed for NeXT emulation
8: */
9:
10: #ifndef HATARI_VIDEO_H
11: #define HATARI_VIDEO_H
12:
13: /*--------------------------------------------------------------*/
14: /* Functions prototypes */
15: /*--------------------------------------------------------------*/
16:
17: void Video_MemorySnapShot_Capture(bool bSave);
18:
19: void Video_Reset(void);
20: void Video_Reset_Glue(void);
21:
22: void Video_StartInterrupts ( int PendingCyclesOver );
23: void Video_InterruptHandler_VBL(void);
24:
25: #endif /* HATARI_VIDEO_H */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.