summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/harddriv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/harddriv.c')
-rw-r--r--src/mame/machine/harddriv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/harddriv.c b/src/mame/machine/harddriv.c
index 7755ec29d32..3d3127fa1d4 100644
--- a/src/mame/machine/harddriv.c
+++ b/src/mame/machine/harddriv.c
@@ -322,7 +322,7 @@ WRITE16_MEMBER( harddriv_state::hd68k_adc_control_w )
{
static const char *const adc8names[] = { "8BADC0", "8BADC1", "8BADC2", "8BADC3", "8BADC4", "8BADC5", "8BADC6", "8BADC7" };
static const char *const adc12names[] = { "12BADC0", "12BADC1", "12BADC2", "12BADC3" };
-
+
COMBINE_DATA(&m_adc_control);
/* handle a write to the 8-bit ADC address select */