summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/h8/h8s2600.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/h8/h8s2600.h')
-rw-r--r--src/devices/cpu/h8/h8s2600.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/h8/h8s2600.h b/src/devices/cpu/h8/h8s2600.h
index e3b4b7e44a9..c1a184c9f36 100644
--- a/src/devices/cpu/h8/h8s2600.h
+++ b/src/devices/cpu/h8/h8s2600.h
@@ -20,7 +20,7 @@
class h8s2600_device : public h8s2000_device {
protected:
- h8s2600_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock, address_map_delegate map_delegate);
+ h8s2600_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock, address_map_constructor map_delegate);
virtual util::disasm_interface *create_disassembler() override;