mirror of
https://github.com/holub/mame
synced 2025-07-02 08:39:21 +03:00
fix for compiling with msvc, because it can't tell that all cases are handled. (nw)
This commit is contained in:
parent
82c408f54c
commit
5513854b6a
@ -124,7 +124,7 @@ MC6845_UPDATE_ROW( victor9k_state::crtc_update_row )
|
||||
|
||||
for (int bit = 0; bit < width; bit++)
|
||||
{
|
||||
int pixel;
|
||||
int pixel = 0;
|
||||
|
||||
switch (rvs | undln | cursor)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user