--- hatari/src/includes/tos.h 2019/04/09 08:49:29 1.1.1.7 +++ 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,13 +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 void TOS_AutoStart(const char *prgname); -extern FILE *TOS_AutoStartOpen(const char *filename); -extern bool TOS_AutoStartClose(FILE *fp); -extern int TOS_LoadImage(void); +extern int TOS_InitImage(void); +extern void TOS_SetTestPrgName(const char *testprg); #endif