From 5c2ab4e053f87d846fe017e3e4bc8cffcd499e50 Mon Sep 17 00:00:00 2001 From: AJR Date: Tue, 7 Nov 2017 19:47:22 -0500 Subject: [PATCH] hp80.cpp: Unbreak the build (nw) --- src/mame/drivers/hp80.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mame/drivers/hp80.cpp b/src/mame/drivers/hp80.cpp index 48338247be0..ff95a8f4f8a 100644 --- a/src/mame/drivers/hp80.cpp +++ b/src/mame/drivers/hp80.cpp @@ -99,7 +99,7 @@ constexpr unsigned PRTSTS_PAPER_OK_BIT = 7; constexpr unsigned PRTSTS_DATARDY_BIT = 6; constexpr unsigned PRTSTS_PRTRDY_BIT = 0; constexpr unsigned PRTCTL_GRAPHIC_BIT = 7; -constexpr unsigned PRTCTL_POWERUP_BIT = 6; +//constexpr unsigned PRTCTL_POWERUP_BIT = 6; constexpr unsigned PRTCTL_READGEN_BIT = 5; // Time to print a line (nominal speed is 2 lines/s) constexpr unsigned PRT_BUSY_MSEC = 500; @@ -112,7 +112,7 @@ constexpr unsigned PRT_ALPHA_HEIGHT = 10; // Width of character cells constexpr unsigned PRT_CELL_WIDTH = 7; // Height of graphic rows -constexpr unsigned PRT_GRAPH_HEIGHT = 8; +//constexpr unsigned PRT_GRAPH_HEIGHT = 8; // Width of graphic sweeps constexpr unsigned PRT_GRAPH_WIDTH = 192; // Width of printhead sweeps