summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/c64_currah_speech.h
diff options
context:
space:
mode:
author Curt Coder <curtcoder@mail.com>2012-11-26 16:04:41 +0000
committer Curt Coder <curtcoder@mail.com>2012-11-26 16:04:41 +0000
commitabbfd858eafb54a8da936e66518e52f08be6342a (patch)
treeba7d106bc8e02d3968d2312510294d3fe4edbe95 /src/mess/machine/c64_currah_speech.h
parente8b103c2cbfb780f2c56aa6483fbee9e3990311a (diff)
Replaced all device_t's with actual device classes. Regression test recommended. (nw)
Diffstat (limited to 'src/mess/machine/c64_currah_speech.h')
-rw-r--r--src/mess/machine/c64_currah_speech.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/c64_currah_speech.h b/src/mess/machine/c64_currah_speech.h
index 9a59851d329..49e769de96a 100644
--- a/src/mess/machine/c64_currah_speech.h
+++ b/src/mess/machine/c64_currah_speech.h
@@ -49,7 +49,7 @@ protected:
private:
inline void set_osc1(int voice, int intonation);
- required_device<device_t> m_nsp;
+ required_device<sp0256_device> m_nsp;
};