summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/primo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/primo.h')
-rw-r--r--src/mess/includes/primo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/includes/primo.h b/src/mess/includes/primo.h
index be7a7b9cfed..90b7b8a4f84 100644
--- a/src/mess/includes/primo.h
+++ b/src/mess/includes/primo.h
@@ -34,12 +34,12 @@ public:
virtual void machine_reset();
DECLARE_MACHINE_RESET(primob);
UINT32 screen_update_primo(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ INTERRUPT_GEN_MEMBER(primo_vblank_interrupt);
};
/*----------- defined in machine/primo.c -----------*/
-extern INTERRUPT_GEN( primo_vblank_interrupt );
extern SNAPSHOT_LOAD( primo );
extern QUICKLOAD_LOAD( primo );