--- hatari/src/includes/tos.h 2019/04/01 07:14:45 1.1.1.6 +++ hatari/src/includes/tos.h 2019/04/09 08:59:23 1.1.1.10 @@ -1,8 +1,8 @@ /* 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 @@ -13,10 +13,12 @@ extern Uint16 TosVersion; extern Uint32 TosAddress, TosSize; extern bool bTosImageLoaded; extern bool bRamTosImage; +extern bool bUseTos; extern unsigned int ConnectedDriveMask; extern int nNumDrives; extern void TOS_MemorySnapShot_Capture(bool bSave); -extern int TOS_LoadImage(void); +extern int TOS_InitImage(void); +extern void TOS_SetTestPrgName(const char *testprg); #endif