summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/devintrf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/devintrf.h')
-rw-r--r--src/emu/devintrf.h2
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; }