MCUME/MCUME_teensy41/teensyuae41/filesys.h

16 wiersze
337 B
C
Czysty Zwykły widok Historia

2020-10-04 21:07:34 +00:00
/*
* UAE - The Un*x Amiga Emulator
*
* Unix file system handler for AmigaDOS
*
* Copyright 1997 Bernd Schmidt
*/
#define A_FIBF_SCRIPT (1<<6)
#define A_FIBF_PURE (1<<5)
#define A_FIBF_ARCHIVE (1<<4)
#define A_FIBF_READ (1<<3)
#define A_FIBF_WRITE (1<<2)
#define A_FIBF_EXECUTE (1<<1)
#define A_FIBF_DELETE (1<<0)