summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/driver.h')
-rw-r--r--src/emu/driver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/driver.h b/src/emu/driver.h
index f1cd8c56268..8ac375c218a 100644
--- a/src/emu/driver.h
+++ b/src/emu/driver.h
@@ -118,7 +118,7 @@ public:
};
// inline configuration helpers
- static void static_set_game(device_t &device, const game_driver &game);
+ void set_game_driver(const game_driver &game);
static void static_set_callback(device_t &device, callback_type type, driver_callback_delegate callback);
// dummy driver_init callbacks