summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/ondra.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/ondra.h')
-rw-r--r--src/mame/includes/ondra.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/ondra.h b/src/mame/includes/ondra.h
index 7d630a570ec..e19db297b92 100644
--- a/src/mame/includes/ondra.h
+++ b/src/mame/includes/ondra.h
@@ -39,7 +39,7 @@ public:
DECLARE_WRITE8_MEMBER(ondra_port_09_w);
DECLARE_WRITE8_MEMBER(ondra_port_0a_w);
uint32_t screen_update_ondra(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
- INTERRUPT_GEN_MEMBER(ondra_interrupt);
+ DECLARE_WRITE_LINE_MEMBER(vblank_irq);
TIMER_CALLBACK_MEMBER(nmi_check_callback);
void ondra(machine_config &config);