From e413cbd54c03eadad40ee85db71d2118372f3a35 Mon Sep 17 00:00:00 2001 From: Anatoliy Belyanskiy Date: Sun, 17 Dec 2023 02:14:18 +1000 Subject: [PATCH] ... --- structures/FileSystem.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/structures/FileSystem.inc b/structures/FileSystem.inc index 6d87435..d7855c4 100644 --- a/structures/FileSystem.inc +++ b/structures/FileSystem.inc @@ -35,7 +35,7 @@ PartitionSysTypes: .Empty EQU #00 .FAT12 EQU #01 -.FAT16_32M EQU #04 +.FAT16_32Mb EQU #04 .Extended EQU #05 .FAT16 EQU #06 .HPFS_NTFS EQU #07