summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/galpani3.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/galpani3.c')
-rw-r--r--src/mame/drivers/galpani3.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/galpani3.c b/src/mame/drivers/galpani3.c
index 24e71e8c71b..1b0d3d2627b 100644
--- a/src/mame/drivers/galpani3.c
+++ b/src/mame/drivers/galpani3.c
@@ -85,7 +85,7 @@ public:
m_priority_buffer(*this, "priority_buffer"),
m_sprregs(*this, "sprregs"),
m_sprite_bitmap_1(1024, 1024)
-
+
{ }
required_device<cpu_device> m_maincpu;
@@ -94,14 +94,14 @@ public:
required_device<kaneko_grap2_device> m_grap2_2;
required_device<palette_device> m_palette;
required_device<sknsspr_device> m_spritegen;
-
+
required_shared_ptr<UINT16> m_paletteram;
optional_shared_ptr<UINT16> m_spriteram;
required_shared_ptr<UINT16> m_priority_buffer;
required_shared_ptr<UINT16> m_sprregs;
bitmap_ind16 m_sprite_bitmap_1;
-
+
UINT16 m_priority_buffer_scrollx;
UINT16 m_priority_buffer_scrolly;