mirror of
https://github.com/holub/mame
synced 2025-04-25 17:56:43 +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;
|
||||
const rgb_t *palette = m_palette->palette()->entry_list_raw();
|
||||
|
||||
if(m_video&1)
|
||||
gfx_ofs = 0;
|
||||
gfx_ofs = 0;
|
||||
|
||||
if(m_video&2)
|
||||
gfx_ofs = 0x1000;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user