summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/thief.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/thief.h')
-rw-r--r--src/mame/includes/thief.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/thief.h b/src/mame/includes/thief.h
index c30ba655a5c..ff0ecb4ddef 100644
--- a/src/mame/includes/thief.h
+++ b/src/mame/includes/thief.h
@@ -43,7 +43,8 @@ public:
DECLARE_DRIVER_INIT(thief);
virtual void video_start() override;
uint32_t screen_update_thief(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
- INTERRUPT_GEN_MEMBER(thief_interrupt);
+ DECLARE_WRITE_LINE_MEMBER(slam_w);
+ IRQ_CALLBACK_MEMBER(iack);
uint16_t fetch_image_addr( coprocessor_t &thief_coprocessor );
void tape_set_audio( int track, int bOn );
void tape_set_motor( int bOn );