summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/magmax.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/magmax.h')
-rw-r--r--src/mame/includes/magmax.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/magmax.h b/src/mame/includes/magmax.h
index 95e9a1623ee..89123db6569 100644
--- a/src/mame/includes/magmax.h
+++ b/src/mame/includes/magmax.h
@@ -33,11 +33,12 @@ public:
virtual void machine_reset();
virtual void video_start();
virtual void palette_init();
+ UINT32 screen_update_magmax(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
/*----------- defined in video/magmax.c -----------*/
-SCREEN_UPDATE_IND16( magmax );
+