diff options
author | 2018-01-14 01:03:46 +0300 | |
---|---|---|
committer | 2018-04-22 18:27:42 +0300 | |
commit | 71ec7154417b4014e0513304c1acbdd6c55c31dc (patch) | |
tree | 0f3a718ed1fea88658388b73cd5be8aeb1db5d18 /src/devices/video/hp1ll3.h | |
parent | f61049755c082bdcfcf1ac8f5d5f1bdd2651b511 (diff) |
hp_ipc: add diagnostic ROMs; model 9808A (prototype of desktop version)
Diffstat (limited to 'src/devices/video/hp1ll3.h')
-rw-r--r-- | src/devices/video/hp1ll3.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/video/hp1ll3.h b/src/devices/video/hp1ll3.h index ab8b047a977..dfeb1e83551 100644 --- a/src/devices/video/hp1ll3.h +++ b/src/devices/video/hp1ll3.h @@ -53,7 +53,7 @@ private: uint16_t m_conf[11], m_input[2]; int m_input_ptr, m_memory_ptr, m_conf_ptr; - int m_command; + int m_command, m_horiz_pix_total, m_vert_pix_total; uint16_t m_sad; uint16_t m_org; @@ -63,7 +63,7 @@ private: uint16_t m_udl; bool m_enable_video, m_enable_cursor, m_enable_sprite; - uint16_t m_cursor_x, m_cursor_y; + uint16_t m_cursor_x, m_cursor_y, m_saved_x; uint16_t m_sprite_x, m_sprite_y; struct { uint16_t width, height, org_x, org_y, width_w; |