summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine
diff options
context:
space:
mode:
author Olivier Galibert <galibert@pobox.com>2021-01-16 21:46:10 +0100
committer Olivier Galibert <galibert@pobox.com>2021-01-16 21:55:41 +0100
commit16b5f50140c12cce25d229f1c4ea5c8fcaf17775 (patch)
tree402c57b1d22f38d91437892ff7b6ca74d7092f26 /src/devices/machine
parenta886eb3d475cef036b9915db653954aab4f4c28f (diff)
applefdintf: Correct the not-present option
Diffstat (limited to 'src/devices/machine')
-rwxr-xr-xsrc/devices/machine/applefdintf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/machine/applefdintf.h b/src/devices/machine/applefdintf.h
index ad8883765eb..295f8fec646 100755
--- a/src/devices/machine/applefdintf.h
+++ b/src/devices/machine/applefdintf.h
@@ -63,14 +63,14 @@ public:
FLOPPY_CONNECTOR(config, floppy, floppies_525, "525", formats_525_13);
}
template<typename T> static void add_525_13_nc(machine_config &config, T &floppy) {
- FLOPPY_CONNECTOR(config, floppy, floppies_525, "", formats_525_13);
+ FLOPPY_CONNECTOR(config, floppy, floppies_525, nullptr, formats_525_13);
}
template<typename T> static void add_525(machine_config &config, T &floppy) {
FLOPPY_CONNECTOR(config, floppy, floppies_525, "525", formats_525);
}
template<typename T> static void add_525_nc(machine_config &config, T &floppy) {
- FLOPPY_CONNECTOR(config, floppy, floppies_525, "", formats_525);
+ FLOPPY_CONNECTOR(config, floppy, floppies_525, nullptr, formats_525);
}
// 3.5
@@ -79,7 +79,7 @@ public:
FLOPPY_CONNECTOR(config, floppy, floppies_35, "35dd", formats_35);
}
template<typename T> static void add_35_nc(machine_config &config, T &floppy) {
- FLOPPY_CONNECTOR(config, floppy, floppies_35, "", formats_35);
+ FLOPPY_CONNECTOR(config, floppy, floppies_35, nullptr, formats_35);
}
// Sync the state when something external is going to change, like