summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/segahang.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2012-09-17 06:49:13 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2012-09-17 06:49:13 +0000
commite25c13f2532730ebf50d0cffa0147393fd8e0228 (patch)
treea6c25d1de7041f26afed559dbc6670fa550e6b41 /src/mame/includes/segahang.h
parentf97e8f00818bd8d898facc206ed33ab72cf10a75 (diff)
Clean-ups and version bumpmame0147
note: hoarded dump removed too from coco_cart.xml, this will not be tolerated
Diffstat (limited to 'src/mame/includes/segahang.h')
-rw-r--r--src/mame/includes/segahang.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/segahang.h b/src/mame/includes/segahang.h
index 7c2767132c8..703105700d5 100644
--- a/src/mame/includes/segahang.h
+++ b/src/mame/includes/segahang.h
@@ -89,7 +89,7 @@ public:
DECLARE_DRIVER_INIT(enduror);
DECLARE_DRIVER_INIT(endurobl);
DECLARE_DRIVER_INIT(endurob2);
-
+
// video updates
UINT32 screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
@@ -120,7 +120,7 @@ protected:
required_device<i8255_device> m_i8255_1;
required_device<i8255_device> m_i8255_2;
required_device<sega_16bit_sprite_device> m_sprites;
-
+
// memory pointers
required_shared_ptr<UINT16> m_workram;