From 1693a7cb3881f792d3fa8792e1bfd2995719bf49 Mon Sep 17 00:00:00 2001 From: AJR Date: Mon, 31 Jul 2017 07:39:55 -0400 Subject: [PATCH] kchamp: Stupid device finder (nw) --- src/mame/includes/kchamp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 m_ay; optional_device m_adpcm_select; optional_device m_msm; - optional_device m_dac; + optional_device m_dac; required_device m_gfxdecode; required_device m_palette; required_device m_soundlatch;