mirror of
https://github.com/holub/mame
synced 2025-07-05 18:08:04 +03:00
Remove wrong warning about uninitialized variable (nw)
This commit is contained in:
parent
3852fa37cf
commit
5284e44ee2
@ -248,6 +248,7 @@ uint8_t s3virge_vga_device::s3_crtc_reg_read(uint8_t index)
|
|||||||
switch(s3virge.linear_address_size & 0x03)
|
switch(s3virge.linear_address_size & 0x03)
|
||||||
{
|
{
|
||||||
case 0: // 64kB
|
case 0: // 64kB
|
||||||
|
default:
|
||||||
res = (s3virge.linear_address & 0x00ff0000) >> 16;
|
res = (s3virge.linear_address & 0x00ff0000) >> 16;
|
||||||
break;
|
break;
|
||||||
case 1: // 1MB
|
case 1: // 1MB
|
||||||
|
Loading…
Reference in New Issue
Block a user