summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/vidbrain.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/vidbrain.h')
-rw-r--r--src/mame/includes/vidbrain.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/vidbrain.h b/src/mame/includes/vidbrain.h
index 4ebe2007b61..cd53edd792d 100644
--- a/src/mame/includes/vidbrain.h
+++ b/src/mame/includes/vidbrain.h
@@ -27,7 +27,7 @@ public:
m_smi(*this, F3853_TAG),
m_uv(*this, UV201_TAG),
m_dac(*this, "dac"),
- m_exp(*this, VIDEOBRAIN_EXPANSION_SLOT_TAG),
+ m_exp(*this, "exp"),
m_io(*this, "IO%02u", 0),
m_uv201_31(*this, "UV201-31"),
m_joy_r(*this, "JOY-R"),