summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/exterm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/exterm.h')
-rw-r--r--src/mame/includes/exterm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/exterm.h b/src/mame/includes/exterm.h
index 22a29c32534..e913b844be3 100644
--- a/src/mame/includes/exterm.h
+++ b/src/mame/includes/exterm.h
@@ -26,7 +26,7 @@ public:
m_master_videoram(*this, "master_videoram"),
m_slave_videoram(*this, "slave_videoram"),
m_dial(*this, "DIAL%u", 0U),
- m_input(*this, "P%u", 1U) { }
+ m_input(*this, "P%u", 1U) { }
void exterm(machine_config &config);