--- hatari/src/includes/gemdos.h 2019/04/09 08:48:39 1.1.1.11 +++ hatari/src/includes/gemdos.h 2019/04/09 08:54:26 1.1.1.14 @@ -1,8 +1,8 @@ /* Hatari - gemdos.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_GEMDOS_H #define HATARI_GEMDOS_H @@ -25,9 +25,8 @@ extern void GemDOS_InitDrives(void); extern void GemDOS_UnInitDrives(void); extern void GemDOS_MemorySnapShot_Capture(bool bSave); extern void GemDOS_CreateHardDriveFileName(int Drive, const char *pszFileName, char *pszDestName, int nDestNameLen); -extern bool GemDOS(void); +extern void GemDOS_Info(Uint32 bShowOpcodes); extern void GemDOS_OpCode(void); -extern void GemDOS_RunOldOpCode(void); extern void GemDOS_Boot(void); #endif /* HATARI_GEMDOS_H */