Remove wrong warning about uninitialized variable (nw)

This commit is contained in:
yz70s 2019-08-20 22:10:59 +02:00
parent 3852fa37cf
commit 5284e44ee2

View File

@ -248,6 +248,7 @@ uint8_t s3virge_vga_device::s3_crtc_reg_read(uint8_t index)
switch(s3virge.linear_address_size & 0x03)
{
case 0: // 64kB
default:
res = (s3virge.linear_address & 0x00ff0000) >> 16;
break;
case 1: // 1MB