summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/ap_dsk35.h
diff options
context:
space:
mode:
author arbee <rb6502@users.noreply.github.com>2021-02-04 19:27:34 -0500
committer arbee <rb6502@users.noreply.github.com>2021-02-04 19:27:34 -0500
commit9a4421810c44d9799764d3b0159028fc0bc98eea (patch)
tree2ebc2c33ecf4f1548c1b66f2e20853eac269d0ae /src/lib/formats/ap_dsk35.h
parent15d09a130db872e49d3fb5bac82b7846a0414639 (diff)
ap_dsk35: support .2MG images in the new-style apple_gcr_format [R. Belmont]
Diffstat (limited to 'src/lib/formats/ap_dsk35.h')
-rw-r--r--src/lib/formats/ap_dsk35.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/formats/ap_dsk35.h b/src/lib/formats/ap_dsk35.h
index b2679df7546..7266fc65855 100644
--- a/src/lib/formats/ap_dsk35.h
+++ b/src/lib/formats/ap_dsk35.h
@@ -57,6 +57,10 @@ public:
virtual const char *description() const override;
virtual const char *extensions() const override;
virtual bool supports_save() const override;
+
+private:
+ bool m_bIs2MG;
+ uint32_t m_u2MGOffset;
};
extern const floppy_format_type FLOPPY_APPLE_GCR_FORMAT;