From 962fa2ffac3300eb32d24e274bffb7104bd7e653 Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Sun, 9 Jul 2017 03:02:21 +1000 Subject: fix clang build (nw) --- src/mame/drivers/hp80.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/hp80.cpp b/src/mame/drivers/hp80.cpp index 7f26e69180f..4a55ca7f334 100644 --- a/src/mame/drivers/hp80.cpp +++ b/src/mame/drivers/hp80.cpp @@ -50,7 +50,7 @@ static constexpr unsigned ALPHA_MEM_SIZE= 4096; static constexpr unsigned GRAPH_MEM_SIZE= 16384; static constexpr unsigned CRT_STS_READY_BIT = 0; static constexpr unsigned CRT_STS_DISPLAY_BIT = 1; -static constexpr unsigned CRT_STS_BUSY_BIT = 7; +//static constexpr unsigned CRT_STS_BUSY_BIT = 7; static constexpr unsigned CRT_CTL_RD_RQ_BIT = 0; static constexpr unsigned CRT_CTL_WIPEOUT_BIT = 1; static constexpr unsigned CRT_CTL_POWERDN_BIT = 2; -- cgit v1.2.3