summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/ppg_dsk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/ppg_dsk.cpp')
-rw-r--r--src/lib/formats/ppg_dsk.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/formats/ppg_dsk.cpp b/src/lib/formats/ppg_dsk.cpp
index 7bb3c9966e9..aa0c9fcb487 100644
--- a/src/lib/formats/ppg_dsk.cpp
+++ b/src/lib/formats/ppg_dsk.cpp
@@ -2,7 +2,7 @@
// copyright-holders:Sergey Svishchev
/*********************************************************************
- formats/ppg_dsk.c
+ formats/ppg_dsk.cpp
PPG Waveterm formats
@@ -14,17 +14,17 @@ ppg_format::ppg_format() : wd177x_format(formats)
{
}
-const char *ppg_format::name() const
+const char *ppg_format::name() const noexcept
{
return "ppg";
}
-const char *ppg_format::description() const
+const char *ppg_format::description() const noexcept
{
return "PPG Waveterm disk image";
}
-const char *ppg_format::extensions() const
+const char *ppg_format::extensions() const noexcept
{
return "wta";
}