Add missing break in switch in et4000_kasan_out(). Patch from Greatpsycho.
This commit is contained in:
parent
e27e37179f
commit
df1d53c75c
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue