summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/orion.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/orion.h')
-rw-r--r--src/mess/includes/orion.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/mess/includes/orion.h b/src/mess/includes/orion.h
index 756478b5ca6..758736b82f7 100644
--- a/src/mess/includes/orion.h
+++ b/src/mess/includes/orion.h
@@ -63,15 +63,11 @@ public:
DECLARE_MACHINE_RESET(orionz80);
DECLARE_MACHINE_RESET(orionpro);
UINT32 screen_update_orion128(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ INTERRUPT_GEN_MEMBER(orionz80_interrupt);
};
-
/*----------- defined in machine/orion.c -----------*/
-
extern const i8255_interface orion128_ppi8255_interface_1;
-extern INTERRUPT_GEN( orionz80_interrupt );
-
-
#endif /* ORION_H_ */