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, 5 insertions, 5 deletions
diff --git a/src/mame/includes/shuuz.h b/src/mame/includes/shuuz.h
index 715bf59a6ef..45828b0f9e5 100644
--- a/src/mame/includes/shuuz.h
+++ b/src/mame/includes/shuuz.h
@@ -19,17 +19,17 @@ 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);
-
+
UINT32 screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
static const atari_motion_objects_config s_mob_config;