diff options
Diffstat (limited to 'src/emu/machine.h')
-rw-r--r-- | src/emu/machine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine.h b/src/emu/machine.h index 1eaee4d6e4a..5e19aefb6c4 100644 --- a/src/emu/machine.h +++ b/src/emu/machine.h @@ -214,7 +214,7 @@ public: void pause(); void resume(); void toggle_pause(); - void add_notifier(machine_notification event, machine_notify_delegate callback); + void add_notifier(machine_notification event, machine_notify_delegate callback, bool first = false); void call_notifiers(machine_notification which); void add_logerror_callback(logerror_callback callback); void set_ui_active(bool active) { m_ui_active = active; } |