Add missing break in switch in et4000_kasan_out(). Patch from Greatpsycho.

This commit is contained in:
SarahW 2020-12-01 17:26:41 +00:00
commit df1d53c75c

View file

@ -209,6 +209,7 @@ void et4000_kasan_out(uint16_t addr, uint8_t val, void *p)
case 5:
et4000->kasan_cfg_regs[5] = val;
et4000->svga.ksc5601_english_font_type = 0x100 | val;
break;
case 6:
case 7:
et4000->svga.ksc5601_udc_area_msb[et4000->kasan_cfg_index - 0xF6] = val;