diff --git a/bin/driver7M5.bin b/bin/driver7M5.bin index e415a7f..17e7e76 100755 Binary files a/bin/driver7M5.bin and b/bin/driver7M5.bin differ diff --git a/bin/rom8M.bin b/bin/rom8M.bin index 081c915..a90951d 100755 Binary files a/bin/rom8M.bin and b/bin/rom8M.bin differ diff --git a/rdisk.h b/rdisk.h index e6961c6..ba3ce23 100644 --- a/rdisk.h +++ b/rdisk.h @@ -28,7 +28,7 @@ typedef struct RDiskStorage_s { char dbgDisByte; char cdrDisByte; #ifdef RDISK_COMPRESS_ICON_ENABLE - char icon[RDISK_ICON_SIZE]; + char icon[RDISK_ICON_SIZE+8]; #endif } RDiskStorage_t;