summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/wc90.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/wc90.h')
-rw-r--r--src/mame/includes/wc90.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/wc90.h b/src/mame/includes/wc90.h
index 95ec2ef5b60..264cb21f09f 100644
--- a/src/mame/includes/wc90.h
+++ b/src/mame/includes/wc90.h
@@ -21,7 +21,7 @@ public:
m_spriteram(*this, "spriteram"){ }
typedef void (wc90_state::*draw_sprites_func)(bitmap_ind16 &, const rectangle &, int, int, int, int, int );
-
+
required_shared_ptr<UINT8> m_fgvideoram;
required_shared_ptr<UINT8> m_bgvideoram;
required_shared_ptr<UINT8> m_txvideoram;