[hatari-devel] ACSI max disk size

[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-devel Archives ]


Hello.

I have an image of a CompactFlash card wich is 3.73 GB. I can use it in Hatari with EmuTOS as an IDE drive, it works fine. But I can't use it as ACSI. In the debug log, I get:
"ERROR: unable to access/get HD file size!"

By looking at src/hdc.c, I see:
	off_t filesize;
....
	filesize = File_Length(filename);
	if (filesize < 0)
	{
		Log_Printf(LOG_ERROR, "ERROR: unable to access/get HD file size!\n");

Does this mean that ACSI disks are limited to 2 GB?

--
Vincent Rivière



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/