summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/chaknpop.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/chaknpop.h')
-rw-r--r--src/mame/includes/chaknpop.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/includes/chaknpop.h b/src/mame/includes/chaknpop.h
index e0a6f7fa4b2..a5c273d5554 100644
--- a/src/mame/includes/chaknpop.h
+++ b/src/mame/includes/chaknpop.h
@@ -42,7 +42,7 @@ public:
UINT8 m_gfxmode;
UINT8 m_flip_x;
UINT8 m_flip_y;
-
+
DECLARE_WRITE8_MEMBER(coinlock_w);
DECLARE_READ8_MEMBER(mcu_port_a_r);
DECLARE_READ8_MEMBER(mcu_port_b_r);
@@ -57,16 +57,16 @@ public:
DECLARE_WRITE8_MEMBER(unknown_port_1_w);
DECLARE_WRITE8_MEMBER(unknown_port_2_w);
TILE_GET_INFO_MEMBER(get_tx_tile_info);
-
+
virtual void machine_start();
virtual void machine_reset();
virtual void video_start();
DECLARE_PALETTE_INIT(chaknpop);
-
+
UINT32 screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void tx_tilemap_mark_all_dirty();
void draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprect);
void draw_bitmap(bitmap_ind16 &bitmap, const rectangle &cliprect);
-
+
void mcu_update_seed(UINT8 data);
};