summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/fromance.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/fromance.h')
-rw-r--r--src/mame/includes/fromance.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/includes/fromance.h b/src/mame/includes/fromance.h
index c04f17ab586..aafc12784dc 100644
--- a/src/mame/includes/fromance.h
+++ b/src/mame/includes/fromance.h
@@ -84,6 +84,8 @@ public:
DECLARE_MACHINE_RESET(pipedrm);
DECLARE_VIDEO_START(pipedrm);
DECLARE_VIDEO_START(hatris);
+ UINT32 screen_update_fromance(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ UINT32 screen_update_pipedrm(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
@@ -93,8 +95,8 @@ public:
-SCREEN_UPDATE_IND16( fromance );
-SCREEN_UPDATE_IND16( pipedrm );
+
+