diff options
Diffstat (limited to 'src/lib/formats/fmtowns_dsk.h')
-rw-r--r-- | src/lib/formats/fmtowns_dsk.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/formats/fmtowns_dsk.h b/src/lib/formats/fmtowns_dsk.h index 9fc136bb078..98f3cd41881 100644 --- a/src/lib/formats/fmtowns_dsk.h +++ b/src/lib/formats/fmtowns_dsk.h @@ -17,14 +17,14 @@ class fmtowns_format : public wd177x_format public: fmtowns_format(); - virtual const char *name() const override; - virtual const char *description() const override; - virtual const char *extensions() const override; + virtual const char *name() const noexcept override; + virtual const char *description() const noexcept override; + virtual const char *extensions() const noexcept override; private: static const format formats[]; }; -extern const floppy_format_type FLOPPY_FMTOWNS_FORMAT; +extern const fmtowns_format FLOPPY_FMTOWNS_FORMAT; #endif // MAME_FORMATS_FMTOWNS_DSK_H |