mirror of
https://github.com/holub/mame
synced 2025-07-04 17:38:08 +03:00
x68k_crtc: fix Clang compile. [R. Belmont]
This commit is contained in:
parent
a849e79a69
commit
07f23d629a
@ -102,8 +102,6 @@ private:
|
|||||||
u16 m_width;
|
u16 m_width;
|
||||||
u16 m_visible_height;
|
u16 m_visible_height;
|
||||||
u16 m_visible_width;
|
u16 m_visible_width;
|
||||||
u16 m_hshift;
|
|
||||||
u16 m_vshift;
|
|
||||||
//u16 m_video_width; // horizontal total (in pixels)
|
//u16 m_video_width; // horizontal total (in pixels)
|
||||||
//u16 m_video_height; // vertical total
|
//u16 m_video_height; // vertical total
|
||||||
bool m_interlace; // 1024 vertical resolution is interlaced
|
bool m_interlace; // 1024 vertical resolution is interlaced
|
||||||
|
Loading…
Reference in New Issue
Block a user