summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/adam_dsk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/adam_dsk.h')
-rw-r--r--src/lib/formats/adam_dsk.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/formats/adam_dsk.h b/src/lib/formats/adam_dsk.h
index 0ac28d0522f..98aaf24216f 100644
--- a/src/lib/formats/adam_dsk.h
+++ b/src/lib/formats/adam_dsk.h
@@ -19,14 +19,14 @@ class adam_format : public wd177x_format
public:
adam_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_ADAM_FORMAT;
+extern const adam_format FLOPPY_ADAM_FORMAT;
#endif // MAME_FORMATS_ADAM_DSK_H