summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/sbrain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/sbrain.cpp')
-rw-r--r--src/mame/drivers/sbrain.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/sbrain.cpp b/src/mame/drivers/sbrain.cpp
index 7f1862a2227..986fa8f2207 100644
--- a/src/mame/drivers/sbrain.cpp
+++ b/src/mame/drivers/sbrain.cpp
@@ -73,7 +73,8 @@ public:
, m_bankw0(*this, "bankw0")
, m_bank2(*this, "bank2")
, m_keyboard(*this, "X%u", 0)
- {}
+ {
+ }
void sbrain(machine_config &config);