summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/tankbust.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/tankbust.h')
-rw-r--r--src/mame/includes/tankbust.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/mame/includes/tankbust.h b/src/mame/includes/tankbust.h
index 2bf3f8bcc21..37e88e410de 100644
--- a/src/mame/includes/tankbust.h
+++ b/src/mame/includes/tankbust.h
@@ -31,7 +31,7 @@ public:
UINT8 m_xscroll[2];
UINT8 m_yscroll[2];
UINT8 m_irq_mask;
-
+
DECLARE_WRITE8_MEMBER(soundlatch_w);
DECLARE_WRITE8_MEMBER(e0xx_w);
DECLARE_READ8_MEMBER(debug_output_area_r);
@@ -44,18 +44,18 @@ public:
DECLARE_WRITE8_MEMBER(yscroll_w);
DECLARE_READ8_MEMBER(soundlatch_r);
DECLARE_READ8_MEMBER(soundtimer_r);
-
+
TILE_GET_INFO_MEMBER(get_bg_tile_info);
TILE_GET_INFO_MEMBER(get_txt_tile_info);
-
- virtual void machine_start();
- virtual void machine_reset();
+
+ virtual void machine_start();
+ virtual void machine_reset();
virtual void video_start();
DECLARE_PALETTE_INIT(tankbust);
-
+
UINT32 screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprect);
-
+
INTERRUPT_GEN_MEMBER(vblank_irq);
TIMER_CALLBACK_MEMBER(soundlatch_callback);
TIMER_CALLBACK_MEMBER(soundirqline_callback);