diff options
author | 2021-12-31 13:27:44 -0500 | |
---|---|---|
committer | 2021-12-31 13:28:25 -0500 | |
commit | f6f77bf6398cd6b06ce6778fafc772ed42261a3e (patch) | |
tree | c4da0575a94f49f3399d4754cac951d26837f573 /src/devices/machine/applefdintf.cpp | |
parent | 54899379258a7266db8d5bc6cda8b48169e67503 (diff) |
Move filesystem library into separate namespace and use shorter uX type names there
Diffstat (limited to 'src/devices/machine/applefdintf.cpp')
-rw-r--r-- | src/devices/machine/applefdintf.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/applefdintf.cpp b/src/devices/machine/applefdintf.cpp index d81f77562d3..e20364b4983 100644 --- a/src/devices/machine/applefdintf.cpp +++ b/src/devices/machine/applefdintf.cpp @@ -32,7 +32,7 @@ void applefdintf_device::formats_35(format_registration &fr) fr.add(FLOPPY_APPLE_GCR_FORMAT); fr.add(FLOPPY_APPLE_2MG_FORMAT); - fr.add(FS_PRODOS); + fr.add(fs::PRODOS); } void applefdintf_device::floppies_525(device_slot_interface &device) |