diff options
Diffstat (limited to 'src/lib/formats/cassimg.h')
-rw-r--r-- | src/lib/formats/cassimg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/formats/cassimg.h b/src/lib/formats/cassimg.h index ed71c49cbf5..09f6aaa0099 100644 --- a/src/lib/formats/cassimg.h +++ b/src/lib/formats/cassimg.h @@ -140,6 +140,7 @@ public: // calls for accessing the raw cassette image void image_read(void *buffer, uint64_t offset, size_t length); + uint8_t image_read_byte(uint64_t offset); void image_write(const void *buffer, uint64_t offset, size_t length); uint64_t image_size(); |