summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/rc759_dsk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/rc759_dsk.cpp')
-rw-r--r--src/lib/formats/rc759_dsk.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/formats/rc759_dsk.cpp b/src/lib/formats/rc759_dsk.cpp
index f532eb7ff30..537803d1993 100644
--- a/src/lib/formats/rc759_dsk.cpp
+++ b/src/lib/formats/rc759_dsk.cpp
@@ -14,17 +14,17 @@ rc759_format::rc759_format() : wd177x_format(formats)
{
}
-const char *rc759_format::name() const
+const char *rc759_format::name() const noexcept
{
return "rc759";
}
-const char *rc759_format::description() const
+const char *rc759_format::description() const noexcept
{
return "RC759 disk image";
}
-const char *rc759_format::extensions() const
+const char *rc759_format::extensions() const noexcept
{
return "img";
}