summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/smx_dsk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/smx_dsk.cpp')
-rw-r--r--src/lib/formats/smx_dsk.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/formats/smx_dsk.cpp b/src/lib/formats/smx_dsk.cpp
index 22910d52a80..86cf07c4bf9 100644
--- a/src/lib/formats/smx_dsk.cpp
+++ b/src/lib/formats/smx_dsk.cpp
@@ -2,7 +2,7 @@
// copyright-holders:Olivier Galibert
/*********************************************************************
- formats/smx_dsk.c
+ formats/smx_dsk.cpp
Specialist MX format
@@ -14,17 +14,17 @@ smx_format::smx_format() : wd177x_format(formats)
{
}
-const char *smx_format::name() const
+const char *smx_format::name() const noexcept
{
return "smx";
}
-const char *smx_format::description() const
+const char *smx_format::description() const noexcept
{
return "Specialist MX/Orion/B2M disk image";
}
-const char *smx_format::extensions() const
+const char *smx_format::extensions() const noexcept
{
return "odi,cpm,img";
}