summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/segag80v.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/segag80v.h')
-rw-r--r--src/mame/includes/segag80v.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/segag80v.h b/src/mame/includes/segag80v.h
index 1e52864da60..15c35e03917 100644
--- a/src/mame/includes/segag80v.h
+++ b/src/mame/includes/segag80v.h
@@ -27,7 +27,8 @@ public:
m_usb(*this, "usbsnd"),
m_aysnd(*this, "aysnd"),
m_vector(*this, "vector"),
- m_screen(*this, "screen"){ }
+ m_screen(*this, "screen")
+ { }
void g80v_base(machine_config &config);
void tacscan(machine_config &config);