diff options
author | 2013-04-12 12:29:10 +0000 | |
---|---|---|
committer | 2013-04-12 12:29:10 +0000 | |
commit | 82681f1bb11f95ce86e6c9fd4d44724d3a0209cd (patch) | |
tree | 41f095d88b6779036f179ca03f635a83dd76afa0 /src/mess/includes/ti85.h | |
parent | 99c1df0d51dd307fa2e864e93ff6bfbc39d47ccc (diff) |
speaker tag lookup removal, also no need to use universal tag, since easier now to follow (nw)
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") { } |