summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/vectrex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/vectrex.h')
-rw-r--r--src/mame/includes/vectrex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/vectrex.h b/src/mame/includes/vectrex.h
index aecf543e476..476af3b1543 100644
--- a/src/mame/includes/vectrex.h
+++ b/src/mame/includes/vectrex.h
@@ -57,7 +57,7 @@ public:
m_io_lpenx(*this, "LPENX"),
m_io_lpeny(*this, "LPENY"),
m_io_coin(*this, "COIN"),
- m_screen(*this, "screen")
+ m_screen(*this, "screen")
{ }
required_shared_ptr<UINT8> m_gce_vectorram;