summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/gmaster.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/gmaster.h')
-rw-r--r--src/mess/includes/gmaster.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mess/includes/gmaster.h b/src/mess/includes/gmaster.h
index 34b9af6167b..8bf6e3ec57b 100644
--- a/src/mess/includes/gmaster.h
+++ b/src/mess/includes/gmaster.h
@@ -32,6 +32,7 @@ public:
DECLARE_DRIVER_INIT(gmaster);
virtual void palette_init();
UINT32 screen_update_gmaster(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ INTERRUPT_GEN_MEMBER(gmaster_interrupt);
};