summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video/hd44780.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/video/hd44780.h')
-rw-r--r--src/emu/video/hd44780.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/video/hd44780.h b/src/emu/video/hd44780.h
index aaa34fcf7e9..f59f456f00b 100644
--- a/src/emu/video/hd44780.h
+++ b/src/emu/video/hd44780.h
@@ -125,7 +125,7 @@ private:
int m_rw_state;
bool m_nibble;
int m_charset_type;
- UINT8 m_render_buf[80*16];
+ UINT8 m_render_buf[80*16];
enum { DDRAM, CGRAM };
};