summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/atarigt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/atarigt.h')
-rw-r--r--src/mame/includes/atarigt.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/atarigt.h b/src/mame/includes/atarigt.h
index d7418644233..cfa2033e09a 100644
--- a/src/mame/includes/atarigt.h
+++ b/src/mame/includes/atarigt.h
@@ -25,9 +25,9 @@ public:
UINT8 m_is_primrage;
required_shared_ptr<UINT16> m_colorram;
-
- required_device<tilemap_device> m_playfield_tilemap;
- required_device<tilemap_device> m_alpha_tilemap;
+
+ required_device<tilemap_device> m_playfield_tilemap;
+ required_device<tilemap_device> m_alpha_tilemap;
bitmap_ind16 * m_pf_bitmap;
bitmap_ind16 * m_an_bitmap;