From e9dbe15651c76e1932aa88e48b37ca7c356debe3 Mon Sep 17 00:00:00 2001 From: Michaelangel007 Date: Mon, 6 Nov 2017 21:23:30 -0800 Subject: [PATCH] Fix aux using 8-bit instead of 16-bit --- prodos.tools.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prodos.tools.cpp b/prodos.tools.cpp index 627beeb..0cd6649 100644 --- a/prodos.tools.cpp +++ b/prodos.tools.cpp @@ -171,7 +171,7 @@ if( block == PRODOS_ROOT_BLOCK ) uint8_t min_ver ; //+29 1 $1D // 0 = ProDOS 1.0 uint8_t access ; //+30 1 $1E // --- diff from subdir - uint8_t aux ; //+31 2 $1F Load Address for Binary + uint16_t aux ; //+31 2 $1F Load Address for Binary // --- diff from volume --- uint16_t mod_date ; //+33 2 $21 uint16_t mod_time ; //+35 2 $23