summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/dcon.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/dcon.h')
-rw-r--r--src/mame/includes/dcon.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/includes/dcon.h b/src/mame/includes/dcon.h
index 9a603ced17b..063f749d5a7 100644
--- a/src/mame/includes/dcon.h
+++ b/src/mame/includes/dcon.h
@@ -37,6 +37,8 @@ public:
TILE_GET_INFO_MEMBER(get_mid_tile_info);
TILE_GET_INFO_MEMBER(get_text_tile_info);
virtual void video_start();
+ UINT32 screen_update_dcon(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ UINT32 screen_update_sdgndmps(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
@@ -44,5 +46,5 @@ public:
-SCREEN_UPDATE_IND16( dcon );
-SCREEN_UPDATE_IND16( sdgndmps );
+
+