mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +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)
|
||||
{
|
||||
case 0: // 64kB
|
||||
default:
|
||||
res = (s3virge.linear_address & 0x00ff0000) >> 16;
|
||||
break;
|
||||
case 1: // 1MB
|
||||
|
Loading…
Reference in New Issue
Block a user