summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/mac.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/mac.h')
-rw-r--r--src/mess/includes/mac.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mess/includes/mac.h b/src/mess/includes/mac.h
index 374d2e66c68..29bef81d3c4 100644
--- a/src/mess/includes/mac.h
+++ b/src/mess/includes/mac.h
@@ -522,6 +522,7 @@ public:
UINT32 screen_update_macdafb(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
UINT32 screen_update_macrbvvram(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
UINT32 screen_update_macpbwd(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
+ INTERRUPT_GEN_MEMBER(mac_rbv_vbl);
};
#endif /* MAC_H_ */