summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/h8/h8_port.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/h8/h8_port.h')
-rw-r--r--src/emu/cpu/h8/h8_port.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/h8/h8_port.h b/src/emu/cpu/h8/h8_port.h
index 2407929d14b..10df3d8a3e2 100644
--- a/src/emu/cpu/h8/h8_port.h
+++ b/src/emu/cpu/h8/h8_port.h
@@ -42,7 +42,7 @@
#include "h8.h"
-#define MCFG_H8_PORT_ADD( _tag, address, ddr, mask ) \
+#define MCFG_H8_PORT_ADD( _tag, address, ddr, mask ) \
MCFG_DEVICE_ADD( _tag, H8_PORT, 0 ) \
downcast<h8_port_device *>(device)->set_info(address, ddr, mask);