summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/mtx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/mtx.h')
-rw-r--r--src/mess/includes/mtx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/includes/mtx.h b/src/mess/includes/mtx.h
index 33d85fa10f3..dec57af71c7 100644
--- a/src/mess/includes/mtx.h
+++ b/src/mess/includes/mtx.h
@@ -31,7 +31,7 @@ public:
m_sn(*this, SN76489A_TAG)
{ }
- required_device<sn76489a_new_device> m_sn;
+ required_device<sn76489a_device> m_sn;
/* keyboard state */
UINT8 m_key_sense;