|
|
1.1 root 1: /*
1.1.1.2 root 2: Hatari - tos.h
3:
1.1.1.8 ! 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:
1.1.1.2 root 8: #ifndef HATARI_TOS_H
9: #define HATARI_TOS_H
1.1 root 10:
1.1.1.6 root 11: extern bool bIsEmuTOS;
1.1.1.3 root 12: extern Uint16 TosVersion;
13: extern Uint32 TosAddress, TosSize;
1.1.1.6 root 14: extern bool bTosImageLoaded;
15: extern bool bRamTosImage;
1.1 root 16: extern unsigned int ConnectedDriveMask;
1.1.1.4 root 17: extern int nNumDrives;
1.1 root 18:
1.1.1.6 root 19: extern void TOS_MemorySnapShot_Capture(bool bSave);
1.1.1.7 root 20: extern void TOS_AutoStart(const char *prgname);
21: extern FILE *TOS_AutoStartOpen(const char *filename);
22: extern bool TOS_AutoStartClose(FILE *fp);
1.1.1.2 root 23: extern int TOS_LoadImage(void);
24:
25: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.