summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/hh_tms1k.h
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2015-04-01 15:16:13 +0200
committer hap <happppp@users.noreply.github.com>2015-04-01 15:16:13 +0200
commitbbd74ac1c039ed94fcc5ebd18947f51cd5cd561a (patch)
treedce614ff47170ce4cf1445ccfa3c39b0d3542713 /src/mess/includes/hh_tms1k.h
parentb0ea29e26c8dd8020d13cb1adcf674d229fa92b8 (diff)
fix 64bit mask
Diffstat (limited to 'src/mess/includes/hh_tms1k.h')
-rw-r--r--src/mess/includes/hh_tms1k.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/includes/hh_tms1k.h b/src/mess/includes/hh_tms1k.h
index 00e26d5fa81..d7d83058d49 100644
--- a/src/mess/includes/hh_tms1k.h
+++ b/src/mess/includes/hh_tms1k.h
@@ -46,7 +46,7 @@ public:
// display common
int m_display_wait; // led/lamp off-delay in microseconds (default 33ms)
int m_display_maxy; // display matrix number of rows
- int m_display_maxx; // display matrix number of columns
+ int m_display_maxx; // display matrix number of columns (max 31 for now)
UINT32 m_display_state[0x20]; // display matrix rows data (last bit is used for always-on)
UINT16 m_display_segmask[0x20]; // if not 0, display matrix row is a digit, mask indicates connected segments