Cirrus: Fixed uninitialized variable.

This commit is contained in:
Volker Ruppert 2024-10-20 16:32:47 +02:00
parent 8c053ca361
commit d5e89aa731

View File

@ -288,6 +288,7 @@ void bx_svga_cirrus_c::svga_init_members()
BX_CIRRUS_THIS svga_needs_update_tile = 1;
BX_CIRRUS_THIS svga_needs_update_dispentire = 1;
BX_CIRRUS_THIS svga_needs_update_mode = 0;
BX_CIRRUS_THIS svga_double_width = 0;
BX_CIRRUS_THIS svga_xres = 640;
BX_CIRRUS_THIS svga_yres = 480;