diff options
author | 2010-08-30 15:20:58 +0000 | |
---|---|---|
committer | 2010-08-30 15:20:58 +0000 | |
commit | 0e672ba6eb824654dc4b3d859f0a544108bf65bd (patch) | |
tree | f1b271649fbdd9a20664222ed3c00537b989c432 /src/emu/devintrf.h | |
parent | 52482340042fda882cfe1db3733169ed18f8ebb5 (diff) |
Cleanups and version bump.mame0139u2
Diffstat (limited to 'src/emu/devintrf.h')
-rw-r--r-- | src/emu/devintrf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/devintrf.h b/src/emu/devintrf.h index 6c94f52ff57..fd2e7b10350 100644 --- a/src/emu/devintrf.h +++ b/src/emu/devintrf.h @@ -247,7 +247,7 @@ public: // methods that wrap both interface-level and device-level behavior void config_complete(); bool validity_check(const game_driver &driver) const; - + // configuration helpers static void static_set_clock(device_config *device, UINT32 clock) { device->m_clock = clock; } static void static_set_static_config(device_config *device, const void *config) { device->m_static_config = config; } |