summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/poly88.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/poly88.h')
-rw-r--r--src/mess/includes/poly88.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mess/includes/poly88.h b/src/mess/includes/poly88.h
index 292dab4d55f..9947b6c9a47 100644
--- a/src/mess/includes/poly88.h
+++ b/src/mess/includes/poly88.h
@@ -34,14 +34,11 @@ public:
virtual void machine_reset();
virtual void video_start();
UINT32 screen_update_poly88(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ INTERRUPT_GEN_MEMBER(poly88_interrupt);
};
/*----------- defined in machine/poly88.c -----------*/
-
-
-INTERRUPT_GEN( poly88_interrupt );
-
extern const i8251_interface poly88_usart_interface;
extern SNAPSHOT_LOAD( poly88 );