summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/ondra.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/ondra.h')
-rw-r--r--src/mess/includes/ondra.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mess/includes/ondra.h b/src/mess/includes/ondra.h
index 2195e1bf324..427441c4763 100644
--- a/src/mess/includes/ondra.h
+++ b/src/mess/includes/ondra.h
@@ -25,6 +25,7 @@ public:
virtual void video_start();
UINT32 screen_update_ondra(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
INTERRUPT_GEN_MEMBER(ondra_interrupt);
+ TIMER_CALLBACK_MEMBER(nmi_check_callback);
};
#endif