summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/homedata.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/homedata.h')
-rw-r--r--src/mame/includes/homedata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/homedata.h b/src/mame/includes/homedata.h
index 9803481fa4c..67213889c77 100644
--- a/src/mame/includes/homedata.h
+++ b/src/mame/includes/homedata.h
@@ -139,7 +139,7 @@ public:
uint32_t screen_update_reikaids(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_pteacher(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_mirderby(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
- void screen_eof_homedata(screen_device &screen, bool state);
+ DECLARE_WRITE_LINE_MEMBER(screen_vblank_homedata);
INTERRUPT_GEN_MEMBER(homedata_irq);
INTERRUPT_GEN_MEMBER(upd7807_irq);
void mrokumei_handleblit( address_space &space, int rom_base );