summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/crbaloon.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/crbaloon.h')
-rw-r--r--src/mame/includes/crbaloon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/crbaloon.h b/src/mame/includes/crbaloon.h
index 15fcfc15f89..fa2a26505a3 100644
--- a/src/mame/includes/crbaloon.h
+++ b/src/mame/includes/crbaloon.h
@@ -32,7 +32,7 @@ public:
required_device<sn76477_device> m_sn;
required_device<discrete_device> m_discrete;
required_device<gfxdecode_device> m_gfxdecode;
-
+
UINT16 m_collision_address;
UINT8 m_collision_address_clear;
tilemap_t *m_bg_tilemap;