summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/apexc.cpp
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2016-08-02 16:59:02 +1000
committer Vas Crabb <vas@vastheman.com>2016-08-02 16:59:02 +1000
commit889ecdfd4f633aa9a868f69f10ed4fb2a427238c (patch)
tree892e43cc128118b948ba0fba414303ea82d39ddf /src/mame/drivers/apexc.cpp
parenta26a40445beb13d0df877fa4e44093fb73c7703b (diff)
Let's give the new srcclean a spin...
Diffstat (limited to 'src/mame/drivers/apexc.cpp')
-rw-r--r--src/mame/drivers/apexc.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/apexc.cpp b/src/mame/drivers/apexc.cpp
index 4987c7343fc..1a7960380f9 100644
--- a/src/mame/drivers/apexc.cpp
+++ b/src/mame/drivers/apexc.cpp
@@ -23,8 +23,8 @@ public:
m_screen(*this, "screen") { }
UINT32 m_panel_data_reg; /* value of a data register on the control panel which can
- be edited - the existence of this register is a personnal
- guess */
+ be edited - the existence of this register is a personnal
+ guess */
std::unique_ptr<bitmap_ind16> m_bitmap;