summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/deco_mlc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/deco_mlc.h')
-rw-r--r--src/mame/includes/deco_mlc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/deco_mlc.h b/src/mame/includes/deco_mlc.h
index 39147574b49..7e0496f37b3 100644
--- a/src/mame/includes/deco_mlc.h
+++ b/src/mame/includes/deco_mlc.h
@@ -68,7 +68,7 @@ public:
DECLARE_MACHINE_RESET(mlc);
DECLARE_VIDEO_START(mlc);
uint32_t screen_update_mlc(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
- void screen_eof_mlc(screen_device &screen, bool state);
+ DECLARE_WRITE_LINE_MEMBER(screen_vblank_mlc);
TIMER_DEVICE_CALLBACK_MEMBER(interrupt_gen);
void draw_sprites( const rectangle &cliprect, int scanline, uint32_t* dest);
void descramble_sound( );