summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/ti85.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/includes/ti85.h
parente8b103c2cbfb780f2c56aa6483fbee9e3990311a (diff)
Replaced all device_t's with actual device classes. Regression test recommended. (nw)
Diffstat (limited to 'src/mess/includes/ti85.h')
-rw-r--r--src/mess/includes/ti85.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/includes/ti85.h b/src/mess/includes/ti85.h
index 4da9813df6d..2826fdd3c30 100644
--- a/src/mess/includes/ti85.h
+++ b/src/mess/includes/ti85.h
@@ -24,8 +24,8 @@ public:
{ }
required_device<cpu_device> m_maincpu;
- optional_device<device_t> m_speaker;
- //optional_device<device_t> m_serial;
+ optional_device<speaker_sound_device> m_speaker;
+ //optional_device<> m_serial;
optional_shared_ptr<UINT8> m_nvram;
UINT8 m_LCD_memory_base;