summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/devcpu.h
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2010-07-06 17:30:28 +0000
committer Aaron Giles <aaron@aarongiles.com>2010-07-06 17:30:28 +0000
commit30662dcdef8997e7c993acdcf557f32cd18d49e1 (patch)
treed08d52374a8ee4db0edc3ba0e86bf6ba7dbb73f5 /src/emu/devcpu.h
parentbcd97e988006c46c8c42bb7e2b104e29c205ccf2 (diff)
Cleanups and version bump.mame0138u3
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)); \
} \