diff options
Diffstat (limited to 'src/zebra.h')
-rw-r--r-- | src/zebra.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/zebra.h b/src/zebra.h index 16b120f..25c35ed 100644 --- a/src/zebra.h +++ b/src/zebra.h @@ -145,6 +145,8 @@ typedef struct zebraFile { size_t nwtab; /* Link to first bank. */ uint32_t first_bank; + /* Link to the MAST bank. */ + int32_t mast_bank; /* Number of words from the start of the buffer to the first bank word. */ uint32_t lr_offset; } zebraFile; |