summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/wallc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/wallc.c')
-rw-r--r--src/mame/drivers/wallc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/wallc.c b/src/mame/drivers/wallc.c
index 7ebd56060e8..1c66fdbfa5f 100644
--- a/src/mame/drivers/wallc.c
+++ b/src/mame/drivers/wallc.c
@@ -64,11 +64,11 @@ public:
required_device<cpu_device> m_maincpu;
required_device<gfxdecode_device> m_gfxdecode;
-
+
required_shared_ptr<UINT8> m_videoram;
-
+
tilemap_t *m_bg_tilemap;
-
+
DECLARE_WRITE8_MEMBER(wallc_videoram_w);
DECLARE_WRITE8_MEMBER(wallc_coin_counter_w);
DECLARE_DRIVER_INIT(wallc);