summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/realbrk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/realbrk.h')
-rw-r--r--src/mame/includes/realbrk.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/includes/realbrk.h b/src/mame/includes/realbrk.h
index eef4200d951..3a9d48b8a29 100644
--- a/src/mame/includes/realbrk.h
+++ b/src/mame/includes/realbrk.h
@@ -44,6 +44,8 @@ public:
TILE_GET_INFO_MEMBER(get_tile_info_1);
TILE_GET_INFO_MEMBER(get_tile_info_2);
virtual void video_start();
+ UINT32 screen_update_realbrk(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ UINT32 screen_update_dai2kaku(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
@@ -53,8 +55,8 @@ public:
#define REALBRK_H
-SCREEN_UPDATE_IND16(realbrk);
-SCREEN_UPDATE_IND16(dai2kaku);
+
+