diff options
Diffstat (limited to 'src/devices/bus/spectrum/beta128.h')
-rw-r--r-- | src/devices/bus/spectrum/beta128.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/spectrum/beta128.h b/src/devices/bus/spectrum/beta128.h index f50e4745777..97259ae73af 100644 --- a/src/devices/bus/spectrum/beta128.h +++ b/src/devices/bus/spectrum/beta128.h @@ -27,7 +27,7 @@ public: // construction/destruction spectrum_beta128_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); DECLARE_INPUT_CHANGED_MEMBER(magic_button); protected: |