summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/kc.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2013-04-12 12:29:10 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2013-04-12 12:29:10 +0000
commit82681f1bb11f95ce86e6c9fd4d44724d3a0209cd (patch)
tree41f095d88b6779036f179ca03f635a83dd76afa0 /src/mess/includes/kc.h
parent99c1df0d51dd307fa2e864e93ff6bfbc39d47ccc (diff)
speaker tag lookup removal, also no need to use universal tag, since easier now to follow (nw)
Diffstat (limited to 'src/mess/includes/kc.h')
-rw-r--r--src/mess/includes/kc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/includes/kc.h b/src/mess/includes/kc.h
index 711efbc566b..54ed9fbdb51 100644
--- a/src/mess/includes/kc.h
+++ b/src/mess/includes/kc.h
@@ -61,7 +61,7 @@ public:
m_z80pio(*this, "z80pio"),
m_z80ctc(*this, "z80ctc"),
m_ram(*this, RAM_TAG),
- m_speaker(*this, SPEAKER_TAG),
+ m_speaker(*this, "speaker"),
m_cassette(*this, CASSETTE_TAG)
{ }