--- hatari/src/includes/st.h 2019/04/09 08:53:15 1.1.1.6 +++ hatari/src/includes/st.h 2019/04/09 08:54:30 1.1.1.7 @@ -6,5 +6,5 @@ */ extern bool ST_FileNameIsST(const char *pszFileName, bool bAllowGZ); -extern Uint8 *ST_ReadDisk(const char *pszFileName, long *pImageSize); -extern bool ST_WriteDisk(const char *pszFileName, Uint8 *pBuffer, int ImageSize); +extern Uint8 *ST_ReadDisk(int Drive, const char *pszFileName, long *pImageSize, int *pImageType); +extern bool ST_WriteDisk(int Drive, const char *pszFileName, Uint8 *pBuffer, int ImageSize);