diff options
Diffstat (limited to 'src/mess/includes/ti85.h')
-rw-r--r-- | src/mess/includes/ti85.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/includes/ti85.h b/src/mess/includes/ti85.h index f609511550c..8be9fb7a9a6 100644 --- a/src/mess/includes/ti85.h +++ b/src/mess/includes/ti85.h @@ -18,7 +18,7 @@ public: ti85_state(const machine_config &mconfig, device_type type, const char *tag) : driver_device(mconfig, type, tag), m_maincpu(*this, "maincpu"), - m_speaker(*this, SPEAKER_TAG), + m_speaker(*this, "speaker"), // m_serial(*this, "tiserial"), m_nvram(*this, "nvram") { } |