summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/exterm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/exterm.h')
-rw-r--r--src/mame/includes/exterm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/exterm.h b/src/mame/includes/exterm.h
index bd808e9e63e..0f76585357b 100644
--- a/src/mame/includes/exterm.h
+++ b/src/mame/includes/exterm.h
@@ -36,6 +36,7 @@ public:
DECLARE_WRITE8_MEMBER(sound_slave_dac_w);
virtual void palette_init();
TIMER_CALLBACK_MEMBER(sound_delayed_w);
+ TIMER_DEVICE_CALLBACK_MEMBER(master_sound_nmi_callback);
};
/*----------- defined in video/exterm.c -----------*/