summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2017-07-31 07:39:55 -0400
committer AJR <ajrhacker@users.noreply.github.com>2017-07-31 07:39:55 -0400
commit1693a7cb3881f792d3fa8792e1bfd2995719bf49 (patch)
tree18e42690c76608243f87803fe8d0d4a110ed73a0 /src
parente4046d7f737722278edea5c31c4bdeafc70c90f1 (diff)
kchamp: Stupid device finder (nw)
Diffstat (limited to 'src')
-rw-r--r--src/mame/includes/kchamp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/kchamp.h b/src/mame/includes/kchamp.h
index 8d3b9657842..875fbef0fef 100644
--- a/src/mame/includes/kchamp.h
+++ b/src/mame/includes/kchamp.h
@@ -51,7 +51,7 @@ public:
required_device_array<ay8910_device, 2> m_ay;
optional_device<ls157_device> m_adpcm_select;
optional_device<msm5205_device> m_msm;
- optional_device<dac_8bit_r2r_device> m_dac;
+ optional_device<dac08_device> m_dac;
required_device<gfxdecode_device> m_gfxdecode;
required_device<palette_device> m_palette;
required_device<generic_latch_8_device> m_soundlatch;