From af327dc4102874b3c3b8222a0bab9ec39ce61df8 Mon Sep 17 00:00:00 2001 From: AJR Date: Fri, 17 Feb 2017 08:35:57 -0500 Subject: capbowl, bowlrama: Identify DAC type --- src/devices/sound/dac.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/devices/sound/dac.h') diff --git a/src/devices/sound/dac.h b/src/devices/sound/dac.h index 07156bdf777..4722fba682f 100644 --- a/src/devices/sound/dac.h +++ b/src/devices/sound/dac.h @@ -285,6 +285,7 @@ DAC_GENERATOR(AD7541, ad7541_device, dac_word_interface, dac_code_binary<12>, da DAC_GENERATOR(AM6012, am6012_device, dac_word_interface, dac_code_binary<12>, dac_gain_r2r, "AM6012", "am6012") DAC_GENERATOR(DAC08, dac08_device, dac_byte_interface, dac_code_binary<8>, dac_gain_r2r, "DAC08", "dac08") DAC_GENERATOR(DAC0800, dac0800_device, dac_byte_interface, dac_code_binary<8>, dac_gain_r2r, "DAC0800", "dac0800") +DAC_GENERATOR(DAC0832, dac0832_device, dac_byte_interface, dac_code_binary<8>, dac_gain_r2r, "DAC0832", "dac0832") // should be double-buffered? DAC_GENERATOR(DAC1200, dac1200_device, dac_word_interface, dac_code_binary<12>, dac_gain_r2r, "DAC1200", "dac1200") DAC_GENERATOR(MC1408, mc1408_device, dac_byte_interface, dac_code_binary<8>, dac_gain_r2r, "MC1408", "mc1408") DAC_GENERATOR(MC3408, mc3408_device, dac_byte_interface, dac_code_binary<8>, dac_gain_r2r, "MC3408", "mc3408") -- cgit v1.2.3-70-g09d2