summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/h8/h8_adc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/h8/h8_adc.h')
-rw-r--r--src/emu/cpu/h8/h8_adc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/h8/h8_adc.h b/src/emu/cpu/h8/h8_adc.h
index 6d0cef502f5..314af72c24b 100644
--- a/src/emu/cpu/h8/h8_adc.h
+++ b/src/emu/cpu/h8/h8_adc.h
@@ -43,7 +43,7 @@
#include "h8.h"
#include "h8_intc.h"
-#define MCFG_H8_ADC_GENERIC_ADD( _tag, _type, intc, vect ) \
+#define MCFG_H8_ADC_GENERIC_ADD( _tag, _type, intc, vect ) \
MCFG_DEVICE_ADD( _tag, _type, 0 ) \
downcast<h8_adc_device *>(device)->set_info(intc, vect);