summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/abc1600_dsk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/abc1600_dsk.cpp')
-rw-r--r--src/lib/formats/abc1600_dsk.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/formats/abc1600_dsk.cpp b/src/lib/formats/abc1600_dsk.cpp
index 9b344269c3a..41fbf895f39 100644
--- a/src/lib/formats/abc1600_dsk.cpp
+++ b/src/lib/formats/abc1600_dsk.cpp
@@ -2,7 +2,7 @@
// copyright-holders:Curt Coder
/*********************************************************************
- formats/abc1600_dsk.c
+ formats/abc1600_dsk.cpp
Luxor ABC 1600 disk image formats
@@ -14,17 +14,17 @@ abc1600_format::abc1600_format() : wd177x_format(formats)
{
}
-const char *abc1600_format::name() const
+const char *abc1600_format::name() const noexcept
{
return "abc1600";
}
-const char *abc1600_format::description() const
+const char *abc1600_format::description() const noexcept
{
return "Luxor ABC 1600 disk image";
}
-const char *abc1600_format::extensions() const
+const char *abc1600_format::extensions() const noexcept
{
return "img";
}