summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/moo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/moo.h')
-rw-r--r--src/mame/includes/moo.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/moo.h b/src/mame/includes/moo.h
index 87b6e7e5d73..8478cee815b 100644
--- a/src/mame/includes/moo.h
+++ b/src/mame/includes/moo.h
@@ -53,6 +53,7 @@ public:
DECLARE_MACHINE_START(moo);
DECLARE_MACHINE_RESET(moo);
DECLARE_VIDEO_START(moo);
+ UINT32 screen_update_moo(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
};
@@ -63,4 +64,4 @@ extern void moo_tile_callback(running_machine &machine, int layer, int *code, in
extern void moo_sprite_callback(running_machine &machine, int *code, int *color, int *priority_mask);
-SCREEN_UPDATE_RGB32(moo);
+