summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/srumbler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/srumbler.h')
-rw-r--r--src/mame/includes/srumbler.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/includes/srumbler.h b/src/mame/includes/srumbler.h
index 06dab337b2a..3d85800db5e 100644
--- a/src/mame/includes/srumbler.h
+++ b/src/mame/includes/srumbler.h
@@ -29,15 +29,15 @@ public:
DECLARE_WRITE8_MEMBER(background_w);
DECLARE_WRITE8_MEMBER(_4009_w);
DECLARE_WRITE8_MEMBER(scroll_w);
-
+
TILE_GET_INFO_MEMBER(get_fg_tile_info);
TILE_GET_INFO_MEMBER(get_bg_tile_info);
-
+
virtual void machine_start();
virtual void video_start();
-
+
UINT32 screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprect);
-
+
TIMER_DEVICE_CALLBACK_MEMBER(interrupt);
};