summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/blockhl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/blockhl.h')
-rw-r--r--src/mame/includes/blockhl.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/includes/blockhl.h b/src/mame/includes/blockhl.h
index c46e4426694..6505aacef91 100644
--- a/src/mame/includes/blockhl.h
+++ b/src/mame/includes/blockhl.h
@@ -33,6 +33,9 @@ public:
DECLARE_WRITE8_MEMBER(blockhl_sh_irqtrigger_w);
DECLARE_READ8_MEMBER(k052109_051960_r);
DECLARE_WRITE8_MEMBER(k052109_051960_w);
+ virtual void machine_start();
+ virtual void machine_reset();
+ virtual void video_start();
};
/*----------- defined in video/blockhl.c -----------*/
@@ -40,5 +43,5 @@ public:
extern void blockhl_tile_callback(running_machine &machine, int layer,int bank,int *code,int *color, int *flags, int *priority);
extern void blockhl_sprite_callback(running_machine &machine, int *code,int *color,int *priority,int *shadow);
-VIDEO_START( blockhl );
+
SCREEN_UPDATE_IND16( blockhl );