summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/ssystem3.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/ssystem3.h')
-rw-r--r--src/mess/includes/ssystem3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/includes/ssystem3.h b/src/mess/includes/ssystem3.h
index 7afa22b4f8f..0367a8acb67 100644
--- a/src/mess/includes/ssystem3.h
+++ b/src/mess/includes/ssystem3.h
@@ -47,7 +47,7 @@ public:
, m_palette(*this, "palette")
, m_via6522_0(*this, "via6522_0")
, m_configuration(*this, "Configuration")
- , m_mtrix(*this, "matrix")
+ , m_matrix(*this, "matrix")
{ }
DECLARE_DRIVER_INIT(ssystem3);