mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 01:25:33 -07:00
Added a missing break in optimc_read().
This commit is contained in:
@@ -313,6 +313,7 @@ optimc_reg_read(uint16_t addr, void *p)
|
||||
case 3: /* MC4 */
|
||||
case 4: /* MC5 */
|
||||
temp = optimc->regs[addr - 0xF8D];
|
||||
break;
|
||||
case 5: /* MC6 */
|
||||
temp = optimc->regs[5];
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user