summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/zac2650.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/zac2650.h')
-rw-r--r--src/mame/includes/zac2650.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/zac2650.h b/src/mame/includes/zac2650.h
index a9b379d920c..3fc188e1be7 100644
--- a/src/mame/includes/zac2650.h
+++ b/src/mame/includes/zac2650.h
@@ -12,10 +12,10 @@ public:
required_shared_ptr<UINT8> m_videoram;
required_shared_ptr<UINT8> m_s2636_0_ram;
-
+
required_device<cpu_device> m_maincpu;
required_device<s2636_device> m_s2636_sound;
-
+
bitmap_ind16 m_bitmap;
bitmap_ind16 m_spritebitmap;
int m_CollisionBackground;