From dd260c76cde35ba8ad5508f03163216f359d00e1 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Sat, 5 Nov 2016 00:23:11 -0700 Subject: Get Jaguar video interrupt working --- jag_video.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'jag_video.h') diff --git a/jag_video.h b/jag_video.h index ff6c5f2..ab2598a 100644 --- a/jag_video.h +++ b/jag_video.h @@ -96,6 +96,7 @@ typedef struct { uint8_t pclock_div; uint8_t pclock_counter; uint8_t mode; + uint8_t cpu_int_pending; object_processor op; @@ -105,5 +106,6 @@ typedef struct { jag_video *jag_video_init(void); void jag_video_run(jag_video *context, uint32_t target_cycle); void jag_video_reg_write(jag_video *context, uint32_t address, uint16_t value); +uint32_t jag_next_vid_interrupt(jag_video *context); #endif //JAG_VIDEO_H_ -- cgit v1.2.3