Fix warnings [-Wimplicit-fallthrough=]

This commit is contained in:
negativeExponent
2020-10-21 20:55:08 +08:00
parent 99c0d8351f
commit e0cb4d2814
4 changed files with 7 additions and 4 deletions

View File

@@ -117,7 +117,7 @@ static DECLFW(UNLYOKOWrite) {
static DECLFW(M83Write) {
switch (A) {
case 0x8000: is2kbank = 1;
case 0x8000: is2kbank = 1; M83Sync(); break;
case 0xB000: /* Dragon Ball Z Party [p1] BMC */
case 0xB0FF: /* Dragon Ball Z Party [p1] BMC */
case 0xB1FF: bank = V; mode |= 0x40; M83Sync(); break; /* Dragon Ball Z Party [p1] BMC */