summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/harddriv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/harddriv.cpp')
-rw-r--r--src/mame/machine/harddriv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/harddriv.cpp b/src/mame/machine/harddriv.cpp
index fbae3bc7b54..f41f81b0c63 100644
--- a/src/mame/machine/harddriv.cpp
+++ b/src/mame/machine/harddriv.cpp
@@ -312,7 +312,7 @@ WRITE16_MEMBER( harddriv_state::hd68k_adc_control_w )
COMBINE_DATA(&m_adc_control);
/* handle a write to the 8-bit ADC address select */
- m_adc8->address_w(space, 0, m_adc_control & 0x07);
+ m_adc8->address_w(m_adc_control & 0x07);
m_adc8->start_w(BIT(m_adc_control, 3));
/* handle a write to the 12-bit ADC address select */