summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/taotaido.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/taotaido.h')
-rw-r--r--src/mame/includes/taotaido.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mame/includes/taotaido.h b/src/mame/includes/taotaido.h
index 56c75aa93a9..f4012287c16 100644
--- a/src/mame/includes/taotaido.h
+++ b/src/mame/includes/taotaido.h
@@ -21,7 +21,7 @@ public:
required_shared_ptr<UINT16> m_spriteram2;
required_shared_ptr<UINT16> m_scrollram;
required_shared_ptr<UINT16> m_bgram;
-
+
int m_pending_command;
UINT16 m_sprite_character_bank_select[8];
UINT16 m_video_bank_select[8];
@@ -30,7 +30,7 @@ public:
UINT16 *m_spriteram_older;
UINT16 *m_spriteram2_old;
UINT16 *m_spriteram2_older;
-
+
DECLARE_READ16_MEMBER(pending_command_r);
DECLARE_WRITE16_MEMBER(sound_command_w);
DECLARE_WRITE8_MEMBER(pending_command_clear_w);
@@ -38,13 +38,13 @@ public:
DECLARE_WRITE16_MEMBER(sprite_character_bank_select_w);
DECLARE_WRITE16_MEMBER(tileregs_w);
DECLARE_WRITE16_MEMBER(bgvideoram_w);
-
+
TILE_GET_INFO_MEMBER(bg_tile_info);
TILEMAP_MAPPER_MEMBER(tilemap_scan_rows);
-
+
virtual void machine_start();
virtual void video_start();
-
+
UINT32 screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void screen_eof(screen_device &screen, bool state);
UINT32 tile_callback( UINT32 code );