summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/lisa.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/lisa.h')
-rw-r--r--src/mess/includes/lisa.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mess/includes/lisa.h b/src/mess/includes/lisa.h
index b2d4955ded6..614593da754 100644
--- a/src/mess/includes/lisa.h
+++ b/src/mess/includes/lisa.h
@@ -164,6 +164,7 @@ public:
virtual void machine_reset();
virtual void video_start();
UINT32 screen_update_lisa(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ INTERRUPT_GEN_MEMBER(lisa_interrupt);
};
@@ -174,8 +175,6 @@ extern const via6522_interface lisa_via6522_1_intf;
extern NVRAM_HANDLER(lisa);
-INTERRUPT_GEN( lisa_interrupt );
-
#endif /* LISA_H_ */