summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/m72.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/m72.h')
-rw-r--r--src/mame/includes/m72.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/includes/m72.h b/src/mame/includes/m72.h
index 81c618b63b2..e7b56b294e6 100644
--- a/src/mame/includes/m72.h
+++ b/src/mame/includes/m72.h
@@ -115,6 +115,8 @@ public:
DECLARE_VIDEO_START(poundfor);
DECLARE_MACHINE_START(kengo);
DECLARE_MACHINE_RESET(kengo);
+ UINT32 screen_update_m72(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ UINT32 screen_update_majtitle(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
@@ -129,5 +131,5 @@ public:
-SCREEN_UPDATE_IND16( m72 );
-SCREEN_UPDATE_IND16( majtitle );
+
+