Unmarked fallthroughs: vid_s3.c.
This commit is contained in:
@@ -8479,7 +8479,7 @@ s3_init(const device_t *info)
|
|||||||
if (device_get_config_int("memory") == 1)
|
if (device_get_config_int("memory") == 1)
|
||||||
svga->vram_max = 1 << 20; /* Phoenix BIOS does not expect VRAM to be mirrored. */
|
svga->vram_max = 1 << 20; /* Phoenix BIOS does not expect VRAM to be mirrored. */
|
||||||
/* Fall over. */
|
/* Fall over. */
|
||||||
|
fallthrough;
|
||||||
case S3_NUMBER9_9FX:
|
case S3_NUMBER9_9FX:
|
||||||
svga->decode_mask = (4 << 20) - 1;
|
svga->decode_mask = (4 << 20) - 1;
|
||||||
s3->id = 0xe1; /*Trio64*/
|
s3->id = 0xe1; /*Trio64*/
|
||||||
|
Reference in New Issue
Block a user