diff options
Diffstat (limited to 'src/devices/bus/acorn/system/fdc.h')
-rw-r--r-- | src/devices/bus/acorn/system/fdc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/acorn/system/fdc.h b/src/devices/bus/acorn/system/fdc.h index d2c0286ad27..f943b1f6767 100644 --- a/src/devices/bus/acorn/system/fdc.h +++ b/src/devices/bus/acorn/system/fdc.h @@ -31,7 +31,7 @@ public: // construction/destruction acorn_fdc_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); - DECLARE_FLOPPY_FORMATS(floppy_formats); + static void floppy_formats(format_registration &fr); protected: // device-level overrides |