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.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/includes/deco_mlc.h b/src/mame/includes/deco_mlc.h
index a924bd0dc9a..79a036d6233 100644
--- a/src/mame/includes/deco_mlc.h
+++ b/src/mame/includes/deco_mlc.h
@@ -36,11 +36,13 @@ public:
DECLARE_DRIVER_INIT(avengrgs);
DECLARE_MACHINE_RESET(mlc);
DECLARE_VIDEO_START(mlc);
+ UINT32 screen_update_mlc(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
+ void screen_eof_mlc(screen_device &screen, bool state);
};
/*----------- defined in video/deco_mlc.c -----------*/
-SCREEN_UPDATE_RGB32( mlc );
-SCREEN_VBLANK( mlc );
+
+