summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/bbusters.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/bbusters.h')
-rw-r--r--src/mame/includes/bbusters.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/bbusters.h b/src/mame/includes/bbusters.h
index 54feb5aa4cc..83068115943 100644
--- a/src/mame/includes/bbusters.h
+++ b/src/mame/includes/bbusters.h
@@ -25,7 +25,7 @@ public:
UINT16 *m_pf2_data;
UINT16 *m_pf1_scroll_data;
UINT16 *m_pf2_scroll_data;
-
+
required_device<buffered_spriteram16_device> m_spriteram;
optional_device<buffered_spriteram16_device> m_spriteram2;
};