summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/applefdintf.cpp
diff options
context:
space:
mode:
author Olivier Galibert <galibert@pobox.com>2021-01-21 15:08:56 +0100
committer Olivier Galibert <galibert@pobox.com>2021-01-22 00:02:30 +0100
commitbd2db8dcc6c14638c02b8f88e691ae94a3a28f3d (patch)
tree8a31c8993323cf09185666f0fba09c651057c60e /src/devices/machine/applefdintf.cpp
parent1a76ae1e0a53ad6658c195b6e38d1a1d0ad477fe (diff)
flopimg: Change the extracted bitstreams into vector<bool>
flopimg: Change the extracted sectors into vector<vector<uint8_t>> flopimg: Add a Mac sector extraction apple 3.5 gcr: Generalize track creation/extraction apple 3.5 gcr: Add a pure sector format
Diffstat (limited to 'src/devices/machine/applefdintf.cpp')
-rwxr-xr-xsrc/devices/machine/applefdintf.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/machine/applefdintf.cpp b/src/devices/machine/applefdintf.cpp
index be77f5d56b2..e21c33230eb 100755
--- a/src/devices/machine/applefdintf.cpp
+++ b/src/devices/machine/applefdintf.cpp
@@ -21,6 +21,7 @@ FLOPPY_FORMATS_END
FLOPPY_FORMATS_MEMBER(applefdintf_device::formats_35)
FLOPPY_DC42_FORMAT,
+ FLOPPY_APPLE_GCR_FORMAT,
FLOPPY_PC_FORMAT
FLOPPY_FORMATS_END