summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/shuuz.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/shuuz.h')
-rw-r--r--src/mame/includes/shuuz.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/mame/includes/shuuz.h b/src/mame/includes/shuuz.h
index 8cb7a099609..715bf59a6ef 100644
--- a/src/mame/includes/shuuz.h
+++ b/src/mame/includes/shuuz.h
@@ -19,14 +19,18 @@ public:
required_device<atari_vad_device> m_vad;
int m_cur[2];
+
virtual void update_interrupts();
+
DECLARE_WRITE16_MEMBER(latch_w);
DECLARE_READ16_MEMBER(leta_r);
DECLARE_READ16_MEMBER(special_port0_r);
+
+ virtual void machine_start();
+
TILE_GET_INFO_MEMBER(get_playfield_tile_info);
- DECLARE_MACHINE_START(shuuz);
- DECLARE_VIDEO_START(shuuz);
- UINT32 screen_update_shuuz(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+
+ UINT32 screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
static const atari_motion_objects_config s_mob_config;
};