From abd77b000176c2d31a1fffe39231bbf6cc9a2319 Mon Sep 17 00:00:00 2001 From: OBattler Date: Wed, 7 Sep 2016 21:03:46 +0200 Subject: [PATCH] Added index_hole_pos to the 86F struct. --- src/disc_86f.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/disc_86f.c b/src/disc_86f.c index 047fa41d1..a5abe0102 100644 --- a/src/disc_86f.c +++ b/src/disc_86f.c @@ -69,6 +69,7 @@ static struct uint8_t track_layout[2][50000]; uint8_t track_flags; uint8_t side_flags[2]; + uint16_t index_hole_pos[2]; uint8_t track_in_file; uint32_t track_offset[256]; uint32_t file_size;