summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/thom_dsk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/thom_dsk.cpp')
-rw-r--r--src/lib/formats/thom_dsk.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/formats/thom_dsk.cpp b/src/lib/formats/thom_dsk.cpp
index 08d36895a6a..ad2e4495ca2 100644
--- a/src/lib/formats/thom_dsk.cpp
+++ b/src/lib/formats/thom_dsk.cpp
@@ -7,17 +7,17 @@ thomson_525_format::thomson_525_format() : wd177x_format(formats)
{
}
-const char *thomson_525_format::name() const
+const char *thomson_525_format::name() const noexcept
{
return "thomson_525";
}
-const char *thomson_525_format::description() const
+const char *thomson_525_format::description() const noexcept
{
return "Thomson 5.25 disk image";
}
-const char *thomson_525_format::extensions() const
+const char *thomson_525_format::extensions() const noexcept
{
return "fd";
}
@@ -55,17 +55,17 @@ thomson_35_format::thomson_35_format() : wd177x_format(formats)
{
}
-const char *thomson_35_format::name() const
+const char *thomson_35_format::name() const noexcept
{
return "thomson_35";
}
-const char *thomson_35_format::description() const
+const char *thomson_35_format::description() const noexcept
{
return "Thomson 3.5 disk image";
}
-const char *thomson_35_format::extensions() const
+const char *thomson_35_format::extensions() const noexcept
{
return "fd";
}