summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debugint/debugint.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/debugint/debugint.c')
-rw-r--r--src/emu/debugint/debugint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/debugint/debugint.c b/src/emu/debugint/debugint.c
index 45351d302ca..f02ef141acb 100644
--- a/src/emu/debugint/debugint.c
+++ b/src/emu/debugint/debugint.c
@@ -921,7 +921,7 @@ void debugint_init(running_machine &machine)
debug_font_width++;
/* FIXME: above does not really work */
debug_font_width = 10;
- machine.add_notifier(MACHINE_NOTIFY_EXIT, debugint_exit);
+ machine.add_notifier(MACHINE_NOTIFY_EXIT, machine_notify_delegate(FUNC(debugint_exit), &machine));
}
#if 0