summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/einstein.cpp
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2018-12-26 21:07:02 -0500
committer AJR <ajrhacker@users.noreply.github.com>2018-12-26 23:12:52 -0500
commit280f9b94137ae1d3559fa10be0cc9dcf85c9cc24 (patch)
treeab2a6bc63f6875c7f788bbf3ecf9545f5b705dff /src/mame/drivers/einstein.cpp
parent86f6dd0c6c39e87dd61515d052451f637b929dad (diff)
Default input clocks for ADC083x and ADC084x (nw)
Diffstat (limited to 'src/mame/drivers/einstein.cpp')
-rw-r--r--src/mame/drivers/einstein.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/einstein.cpp b/src/mame/drivers/einstein.cpp
index d66c1952253..fb2f5c40e7e 100644
--- a/src/mame/drivers/einstein.cpp
+++ b/src/mame/drivers/einstein.cpp
@@ -625,7 +625,7 @@ MACHINE_CONFIG_START(einstein_state::einstein)
m_psg->port_a_write_callback().set(FUNC(einstein_state::keyboard_line_write));
m_psg->add_route(ALL_OUTPUTS, "mono", 0.20);
- adc0844_device &adc(ADC0844(config, "adc", 0));
+ adc0844_device &adc(ADC0844(config, "adc"));
adc.intr_callback().set(m_adc_daisy, FUNC(z80daisy_generic_device::int_w));
adc.ch1_callback().set_ioport("analogue_1_x");
adc.ch2_callback().set_ioport("analogue_1_y");