diff options
author | 2015-08-02 20:27:23 +0200 | |
---|---|---|
committer | 2015-08-02 21:25:55 +0200 | |
commit | f50b8ff8a6d802937441b49b8241ee58e0b79560 (patch) | |
tree | 05f36c12944a799d80cce47334aa0e9ab1862aac /src/mess/includes | |
parent | b0ec3d9fbd3fe598536331fdf002db2b42d22fd9 (diff) |
ssystem3.c: typo and 0 based vs 1 based (nw)
Diffstat (limited to 'src/mess/includes')
-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); |