summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/skydiver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/skydiver.h')
-rw-r--r--src/mame/includes/skydiver.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mame/includes/skydiver.h b/src/mame/includes/skydiver.h
index d7a446e32ea..82bfe2ce1f6 100644
--- a/src/mame/includes/skydiver.h
+++ b/src/mame/includes/skydiver.h
@@ -36,7 +36,7 @@ public:
required_device<palette_device> m_palette;
required_shared_ptr<UINT8> m_videoram;
-
+
int m_nmion;
tilemap_t *m_bg_tilemap;
int m_width;
@@ -56,16 +56,16 @@ public:
DECLARE_WRITE8_MEMBER(_2000_201F_w);
DECLARE_WRITE8_MEMBER(sound_enable_w);
DECLARE_WRITE8_MEMBER(whistle_w);
-
+
TILE_GET_INFO_MEMBER(get_tile_info);
-
+
virtual void machine_reset();
virtual void video_start();
DECLARE_PALETTE_INIT(skydiver);
-
+
UINT32 screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprect);
-
+
INTERRUPT_GEN_MEMBER(interrupt);
};