summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/rollerg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/rollerg.h')
-rw-r--r--src/mame/includes/rollerg.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/includes/rollerg.h b/src/mame/includes/rollerg.h
index 6af58cda337..382f13e184b 100644
--- a/src/mame/includes/rollerg.h
+++ b/src/mame/includes/rollerg.h
@@ -33,6 +33,9 @@ public:
DECLARE_READ8_MEMBER(pip_r);
DECLARE_READ8_MEMBER(rollerg_sound_r);
DECLARE_WRITE_LINE_MEMBER(rollerg_irq_ack_w);
+ virtual void machine_start();
+ virtual void machine_reset();
+ virtual void video_start();
};
/*----------- defined in video/rollerg.c -----------*/
@@ -40,5 +43,5 @@ public:
extern void rollerg_sprite_callback(running_machine &machine, int *code,int *color,int *priority_mask);
extern void rollerg_zoom_callback(running_machine &machine, int *code,int *color,int *flags);
-VIDEO_START( rollerg );
+
SCREEN_UPDATE_IND16( rollerg );