summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video
diff options
context:
space:
mode:
author arbee <rb6502@users.noreply.github.com>2018-05-11 17:28:42 -0400
committer arbee <rb6502@users.noreply.github.com>2018-05-11 17:28:42 -0400
commit14864242fd80ddfb7a44358b5b8ff8c4155b5082 (patch)
treef99ea3edfc27bce0fe651ef9d22f038f2ce4867e /src/devices/video
parente6b55ad7a639359d622f540c74485bbd283d1387 (diff)
fix clang compile (nw)
Diffstat (limited to 'src/devices/video')
-rw-r--r--src/devices/video/topcat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/topcat.h b/src/devices/video/topcat.h
index 92d9a02f7a5..3c4832824d5 100644
--- a/src/devices/video/topcat.h
+++ b/src/devices/video/topcat.h
@@ -119,7 +119,7 @@ private:
int m_fb_width;
int m_fb_height;
int m_planes;
- int m_plane_mask;
+ //int m_plane_mask;
};
DECLARE_DEVICE_TYPE(TOPCAT, topcat_device)