summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/hh_tms1k.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/hh_tms1k.h')
-rw-r--r--src/mame/includes/hh_tms1k.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/hh_tms1k.h b/src/mame/includes/hh_tms1k.h
index fc05dc3baf9..46f6530ae7a 100644
--- a/src/mame/includes/hh_tms1k.h
+++ b/src/mame/includes/hh_tms1k.h
@@ -50,8 +50,8 @@ public:
int m_display_maxy; // display matrix number of rows
int m_display_maxx; // display matrix number of columns (max 31 for now)
- UINT32 m_grid; // VFD current row data
- UINT32 m_plate; // VFD current column data
+ UINT32 m_grid; // VFD/LED current row data
+ UINT32 m_plate; // VFD/LED current column data
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