mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
x68k_crtc: fix Clang compile. [R. Belmont]
This commit is contained in:
parent
a849e79a69
commit
07f23d629a
1 changed files with 0 additions and 2 deletions
|
@ -102,8 +102,6 @@ private:
|
|||
u16 m_width;
|
||||
u16 m_visible_height;
|
||||
u16 m_visible_width;
|
||||
u16 m_hshift;
|
||||
u16 m_vshift;
|
||||
//u16 m_video_width; // horizontal total (in pixels)
|
||||
//u16 m_video_height; // vertical total
|
||||
bool m_interlace; // 1024 vertical resolution is interlaced
|
||||
|
|
Loading…
Reference in a new issue