| Previous | 199869 Revisions | Next |
| r31229 Tuesday 8th July, 2014 at 00:08:07 UTC by hap |
|---|
| forgot one |
| [src/emu/video] | hd44780.h |
| r31228 | r31229 | |
|---|---|---|
| 115 | 115 | bool m_cursor_on; // cursor on/off |
| 116 | 116 | bool m_blink_on; // blink on/off |
| 117 | 117 | bool m_shift_on; // shift on/off |
| 118 | | |
| 118 | int m_disp_shift; // display shift | |
| 119 | 119 | int m_direction; // auto increment/decrement (-1 or +1) |
| 120 | 120 | UINT8 m_data_len; // interface data length 4 or 8 bit |
| 121 | 121 | UINT8 m_num_line; // number of lines |
| Previous | 199869 Revisions | Next |