--- hatari/src/includes/tos.h 2019/04/01 07:12:38 1.1.1.4 +++ hatari/src/includes/tos.h 2019/04/09 08:58:08 1.1.1.9 @@ -1,20 +1,22 @@ /* Hatari - tos.h - This file is distributed under the GNU Public License, version 2 or at - your option any later version. Read the file gpl.txt for details. + This file is distributed under the GNU General Public License, version 2 + or at your option any later version. Read the file gpl.txt for details. */ #ifndef HATARI_TOS_H #define HATARI_TOS_H +extern bool bIsEmuTOS; extern Uint16 TosVersion; extern Uint32 TosAddress, TosSize; -extern BOOL bTosImageLoaded; +extern bool bTosImageLoaded; +extern bool bRamTosImage; extern unsigned int ConnectedDriveMask; extern int nNumDrives; -extern void TOS_MemorySnapShot_Capture(BOOL bSave); +extern void TOS_MemorySnapShot_Capture(bool bSave); extern int TOS_LoadImage(void); #endif