Previous 199869 Revisions Next

r31229 Tuesday 8th July, 2014 at 00:08:07 UTC by hap
forgot one
[src/emu/video]hd44780.h

trunk/src/emu/video/hd44780.h
r31228r31229
115115   bool        m_cursor_on;      // cursor on/off
116116   bool        m_blink_on;       // blink on/off
117117   bool        m_shift_on;       // shift on/off
118   UINT8       m_disp_shift;     // display shift
118   int         m_disp_shift;     // display shift
119119   int         m_direction;      // auto increment/decrement (-1 or +1)
120120   UINT8       m_data_len;       // interface data length 4 or 8 bit
121121   UINT8       m_num_line;       // number of lines

Previous 199869 Revisions Next


© 1997-2024 The MAME Team