diff options
Diffstat (limited to 'src/mess/includes/ssystem3.h')
-rw-r--r-- | src/mess/includes/ssystem3.h | 2 |
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); |