--- hatari/src/includes/hdc.h 2019/04/09 08:54:31 1.1.1.10 +++ hatari/src/includes/hdc.h 2019/04/09 08:56:57 1.1.1.12 @@ -49,7 +49,7 @@ #define ACSI_EMU_ON bAcsiEmuOn /* Do we have HDC emulation? */ -extern int nPartitions; +extern int nAcsiPartitions; extern bool bAcsiEmuOn; /** @@ -60,6 +60,8 @@ extern void HDC_UnInit(void); extern void HDC_ResetCommandStatus(void); extern short int HDC_ReadCommandByte(int addr); extern void HDC_WriteCommandByte(int addr, Uint8 byte); +extern int HDC_PartitionCount(FILE *fp, const Uint64 tracelevel); +extern off_t HDC_CheckAndGetSize(const char *filename); void Ncr5380_Reset(void);