summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/surpratk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/surpratk.h')
-rw-r--r--src/mame/includes/surpratk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/surpratk.h b/src/mame/includes/surpratk.h
index ebafb196e17..6bc9f19b90e 100644
--- a/src/mame/includes/surpratk.h
+++ b/src/mame/includes/surpratk.h
@@ -35,6 +35,7 @@ public:
virtual void machine_start();
virtual void machine_reset();
UINT32 screen_update_surpratk(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ INTERRUPT_GEN_MEMBER(surpratk_interrupt);
};
/*----------- defined in video/surpratk.c -----------*/