summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/atom.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/atom.h')
-rw-r--r--src/mess/includes/atom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/includes/atom.h b/src/mess/includes/atom.h
index 1817d1a0303..3c31dc60e29 100644
--- a/src/mess/includes/atom.h
+++ b/src/mess/includes/atom.h
@@ -55,7 +55,7 @@ public:
required_device<mc6847_base_device> m_vdg;
required_device<cassette_image_device> m_cassette;
required_device<centronics_device> m_centronics;
- required_device<device_t> m_speaker;
+ required_device<speaker_sound_device> m_speaker;
virtual void machine_start();
UINT32 screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);