diff options
author | 2019-07-06 02:45:26 +1000 | |
---|---|---|
committer | 2019-07-06 02:45:26 +1000 | |
commit | 4e2959b5c0e40019bf944b2b503ef71c1a60e8f5 (patch) | |
tree | 8ae077f1e2554ded8eb4ea7805cbc80bdf39678d /src/mame/machine/coco.cpp | |
parent | 46261ff71b1c2fa64a9a97baac86439723f07dd7 (diff) |
(nw) removal of wave.h part 2
Diffstat (limited to 'src/mame/machine/coco.cpp')
-rw-r--r-- | src/mame/machine/coco.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/machine/coco.cpp b/src/mame/machine/coco.cpp index fb1569828b5..8bd56aec4e4 100644 --- a/src/mame/machine/coco.cpp +++ b/src/mame/machine/coco.cpp @@ -88,7 +88,6 @@ coco_state::coco_state(const machine_config &mconfig, device_type type, const ch m_pia_1(*this, PIA1_TAG), m_dac(*this, "dac"), m_sbs(*this, "sbs"), - m_wave(*this, "wave"), m_screen(*this, SCREEN_TAG), m_cococart(*this, CARTRIDGE_TAG), m_ram(*this, RAM_TAG), |