diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mame/drivers/victor9k.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/victor9k.cpp b/src/mame/drivers/victor9k.cpp index ea3f2dde0d7..7bc2708c8fd 100644 --- a/src/mame/drivers/victor9k.cpp +++ b/src/mame/drivers/victor9k.cpp @@ -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) { |