From c8f4b190c69e8107d8f9060e680767fba71edd80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Banaan=20Ananas?= Date: Tue, 8 Jul 2014 00:08:07 +0000 Subject: [PATCH] forgot one --- src/emu/video/hd44780.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emu/video/hd44780.h b/src/emu/video/hd44780.h index 6a5582497b5..466af6f8a7d 100644 --- a/src/emu/video/hd44780.h +++ b/src/emu/video/hd44780.h @@ -115,7 +115,7 @@ private: bool m_cursor_on; // cursor on/off bool m_blink_on; // blink on/off bool m_shift_on; // shift on/off - UINT8 m_disp_shift; // display shift + int m_disp_shift; // display shift int m_direction; // auto increment/decrement (-1 or +1) UINT8 m_data_len; // interface data length 4 or 8 bit UINT8 m_num_line; // number of lines