summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/apple3.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/apple3.h')
-rw-r--r--src/mess/includes/apple3.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mess/includes/apple3.h b/src/mess/includes/apple3.h
index efb6984d15e..a0ebefd4272 100644
--- a/src/mess/includes/apple3.h
+++ b/src/mess/includes/apple3.h
@@ -60,6 +60,7 @@ public:
DECLARE_MACHINE_RESET(apple3);
DECLARE_VIDEO_START(apple3);
UINT32 screen_update_apple3(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ INTERRUPT_GEN_MEMBER(apple3_interrupt);
};
@@ -69,9 +70,6 @@ extern const applefdc_interface apple3_fdc_interface;
extern const via6522_interface apple3_via_0_intf;
extern const via6522_interface apple3_via_1_intf;
-
-INTERRUPT_GEN( apple3_interrupt );
-
/*----------- defined in video/apple3.c -----------*/
void apple3_write_charmem(running_machine &machine);