summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/m92.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/m92.h')
-rw-r--r--src/mame/includes/m92.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/includes/m92.h b/src/mame/includes/m92.h
index f8a58ee4ca2..dc171e30a66 100644
--- a/src/mame/includes/m92.h
+++ b/src/mame/includes/m92.h
@@ -75,6 +75,8 @@ public:
DECLARE_MACHINE_RESET(m92);
DECLARE_VIDEO_START(m92);
DECLARE_VIDEO_START(ppan);
+ UINT32 screen_update_m92(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ UINT32 screen_update_ppan(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
@@ -87,6 +89,6 @@ extern void m92_sprite_interrupt(running_machine &machine);
-SCREEN_UPDATE_IND16( m92 );
-SCREEN_UPDATE_IND16( ppan );
+
+