diff options
Diffstat (limited to 'src/lib/formats/abc1600_dsk.cpp')
-rw-r--r-- | src/lib/formats/abc1600_dsk.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/abc1600_dsk.cpp b/src/lib/formats/abc1600_dsk.cpp index 399ba89227b..4b33e9ce3ac 100644 --- a/src/lib/formats/abc1600_dsk.cpp +++ b/src/lib/formats/abc1600_dsk.cpp @@ -59,7 +59,7 @@ const abc1600_format::format abc1600_format::formats[] = { const floppy_format_type FLOPPY_ABC1600_FORMAT = &floppy_image_format_creator<abc1600_format>; -int abc1600_format::get_image_offset(const format &f, int head, int track) +int abc1600_format::get_image_offset(const format &f, int head, int track) const { int offset = 0; |