remove message "no RAMDISK"

This commit is contained in:
Laurent Vivier 2007-08-21 22:08:37 +00:00
parent f960038213
commit 9f0952aa47

View File

@ -147,10 +147,7 @@ int start(emile_l2_header_t* info)
error("Cannot open ramdisk\n");
}
else
{
ramdisk_start = 0;
printf("no RAMDISK\n");
}
#ifdef ARCH_M68K
if (arch_type == gestalt68k)