mirror of
https://github.com/holub/mame
synced 2025-04-28 19:14:55 +03:00
cardline.c: fix uninitialised variable (nw)
This commit is contained in:
parent
0894a05722
commit
5dafd0924b
@ -95,8 +95,8 @@ MC6845_UPDATE_ROW( cardline_state::crtc_update_row )
|
|||||||
int gfx_ofs;
|
int gfx_ofs;
|
||||||
const rgb_t *palette = m_palette->palette()->entry_list_raw();
|
const rgb_t *palette = m_palette->palette()->entry_list_raw();
|
||||||
|
|
||||||
if(m_video&1)
|
|
||||||
gfx_ofs = 0;
|
gfx_ofs = 0;
|
||||||
|
|
||||||
if(m_video&2)
|
if(m_video&2)
|
||||||
gfx_ofs = 0x1000;
|
gfx_ofs = 0x1000;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user