summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/devcpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/devcpu.h')
-rw-r--r--src/emu/devcpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/devcpu.h b/src/emu/devcpu.h
index a245480abcb..d6eb1203742 100644
--- a/src/emu/devcpu.h
+++ b/src/emu/devcpu.h
@@ -209,7 +209,7 @@ device_config *basename##_device_config::static_alloc_device_config(const machin
return global_alloc(basename##_device_config(mconfig, static_alloc_device_config, tag, owner, clock)); \
} \
\
-device_t *basename##_device_config::alloc_device(running_machine &machine) const \
+device_t *basename##_device_config::alloc_device(running_machine &machine) const \
{ \
return pool_alloc(machine_get_pool(machine), basename##_device(machine, *this)); \
} \