Unmarked fallthroughs: vid_s3.c.

This commit is contained in:
OBattler
2023-08-24 00:57:53 +02:00
parent c548910ce7
commit ca58764ac3

View File

@@ -8479,7 +8479,7 @@ s3_init(const device_t *info)
if (device_get_config_int("memory") == 1)
svga->vram_max = 1 << 20; /* Phoenix BIOS does not expect VRAM to be mirrored. */
/* Fall over. */
fallthrough;
case S3_NUMBER9_9FX:
svga->decode_mask = (4 << 20) - 1;
s3->id = 0xe1; /*Trio64*/