|
|
1.1 root 1: /*
2: Hatari tool: Magic Shadow Archiver - hmsa.h
3:
1.1.1.2 ! 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:
8: #ifndef HMSA_H
9: #define HMSA_H
10:
11: #include <SDL_types.h>
12:
13: typedef int BOOL;
14:
15: #define DRIVE_BUFFER_BYTES (4*1024*1024) /* 4MiB area for a disk image */
16:
17: #ifndef FALSE
18: #define FALSE 0
19: #define TRUE (!0)
20: #endif
21:
22: #ifndef NULL
23: #define NULL 0L
24: #endif
25:
26: #endif /* HMSA_H */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.