summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hp80.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/hp80.cpp')
-rw-r--r--src/mame/drivers/hp80.cpp4
1 files 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