summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author Nigel Barnes <ngbarnes@gmail.com>2026-04-10 19:38:16 +0100
committer Nigel Barnes <ngbarnes@gmail.com>2026-05-15 21:14:26 +0100
commitd87da0c896103e0abb87fedc66fe47c04bfeb4eb (patch)
tree58e25586eb33ffbb5675f58ecfe2ae5ef6b91a0a /src
parent664cc8142155c4388a94c91efa9a28ad920e6cc5 (diff)
psion: rename psion5.cpp to psion5mx.cpp.
Diffstat (limited to 'src')
-rw-r--r--src/mame/mame.lst2
-rw-r--r--src/mame/psion/psion5mx.cpp (renamed from src/mame/psion/psion5.cpp)2
-rw-r--r--src/mame/psion/psion5mx.h (renamed from src/mame/psion/psion5.h)6
3 files changed, 5 insertions, 5 deletions
diff --git a/src/mame/mame.lst b/src/mame/mame.lst
index af75f89a0ec..af3c9284c07 100644
--- a/src/mame/mame.lst
+++ b/src/mame/mame.lst
@@ -40373,7 +40373,7 @@ psion3mx
psion3mx_fr
psion3mx_nl
-@source:psion/psion5.cpp
+@source:psion/psion5mx.cpp
psion5mx
@source:psion/psionhc.cpp
diff --git a/src/mame/psion/psion5.cpp b/src/mame/psion/psion5mx.cpp
index 2f621fe86a7..f596673fc62 100644
--- a/src/mame/psion/psion5.cpp
+++ b/src/mame/psion/psion5mx.cpp
@@ -16,7 +16,7 @@
****************************************************************************/
-#include "psion5.h"
+#include "psion5mx.h"
#include "utf8.h"
diff --git a/src/mame/psion/psion5.h b/src/mame/psion/psion5mx.h
index b2c81465092..2882d469a2f 100644
--- a/src/mame/psion/psion5.h
+++ b/src/mame/psion/psion5mx.h
@@ -8,8 +8,8 @@
****************************************************************************/
-#ifndef MAME_PSION_PSION5_H
-#define MAME_PSION_PSION5_H
+#ifndef MAME_PSION_PSION5MX_H
+#define MAME_PSION_PSION5MX_H
#pragma once
@@ -213,4 +213,4 @@ private:
emu_timer *m_rtc_ticker = nullptr;
};
-#endif // MAME_PSION_PSION5_H
+#endif // MAME_PSION_PSION5MX_H