summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/hp48.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/hp48.h')
-rw-r--r--src/mame/includes/hp48.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/includes/hp48.h b/src/mame/includes/hp48.h
index 3582f1e219b..f81e4f0bd78 100644
--- a/src/mame/includes/hp48.h
+++ b/src/mame/includes/hp48.h
@@ -59,7 +59,9 @@ public:
, m_dac(*this, "dac")
, m_palette(*this, "palette")
, m_screen(*this, "screen")
- , m_port(*this, "port%u", 1U) {}
+ , m_port(*this, "port%u", 1U)
+ {
+ }
void hp48s(machine_config &config);
void hp48gp(machine_config &config);