summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/sidepckt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/sidepckt.h')
-rw-r--r--src/mame/includes/sidepckt.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mame/includes/sidepckt.h b/src/mame/includes/sidepckt.h
index 11bcd51fcf9..e65cd1d699c 100644
--- a/src/mame/includes/sidepckt.h
+++ b/src/mame/includes/sidepckt.h
@@ -26,7 +26,7 @@ public:
required_shared_ptr<UINT8> m_videoram;
required_shared_ptr<UINT8> m_colorram;
required_shared_ptr<UINT8> m_spriteram;
-
+
tilemap_t *m_bg_tilemap;
const UINT8* m_prot_table[3];
UINT8 m_i8751_return;
@@ -41,16 +41,16 @@ public:
DECLARE_WRITE8_MEMBER(videoram_w);
DECLARE_WRITE8_MEMBER(colorram_w);
DECLARE_WRITE8_MEMBER(flipscreen_w);
-
+
DECLARE_DRIVER_INIT(sidepckt);
DECLARE_DRIVER_INIT(sidepcktj);
-
+
TILE_GET_INFO_MEMBER(get_tile_info);
-
+
virtual void machine_reset();
virtual void video_start();
DECLARE_PALETTE_INIT(sidepckt);
-
+
UINT32 screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void draw_sprites(bitmap_ind16 &bitmap,const rectangle &cliprect);
};