diff options
Diffstat (limited to 'src/emu/machine/mb3773.c')
-rw-r--r-- | src/emu/machine/mb3773.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/mb3773.c b/src/emu/machine/mb3773.c index b5664bee263..721fce80772 100644 --- a/src/emu/machine/mb3773.c +++ b/src/emu/machine/mb3773.c @@ -76,7 +76,7 @@ void mb3773_device_config::device_config_complete() // on this device //------------------------------------------------- -bool mb3773_device_config::device_validity_check( const game_driver &driver ) const +bool mb3773_device_config::device_validity_check( core_options &options, const game_driver &driver ) const { return false; } |