summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/snk6502.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/snk6502.h')
-rw-r--r--src/mame/includes/snk6502.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/snk6502.h b/src/mame/includes/snk6502.h
index a42c0323ec0..f7563a1f284 100644
--- a/src/mame/includes/snk6502.h
+++ b/src/mame/includes/snk6502.h
@@ -61,6 +61,8 @@ public:
DECLARE_MACHINE_RESET(pballoon);
DECLARE_VIDEO_START(pballoon);
UINT32 screen_update_snk6502(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ INTERRUPT_GEN_MEMBER(satansat_interrupt);
+ INTERRUPT_GEN_MEMBER(snk6502_interrupt);
};