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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/dcon.h b/src/mame/includes/dcon.h
index 70481429399..fa377b68ae6 100644
--- a/src/mame/includes/dcon.h
+++ b/src/mame/includes/dcon.h
@@ -44,10 +44,10 @@ public:
TILE_GET_INFO_MEMBER(get_fore_tile_info);
TILE_GET_INFO_MEMBER(get_mid_tile_info);
TILE_GET_INFO_MEMBER(get_text_tile_info);
-
+
DECLARE_DRIVER_INIT(sdgndmps);
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);
void draw_sprites( screen_device &screen, bitmap_ind16 &bitmap,const rectangle &cliprect);