Fix build

This commit is contained in:
RichardG867
2022-02-25 20:06:21 -03:00
parent 0a0f3c95a6
commit dab4efdd99

View File

@@ -29,6 +29,7 @@
#include <86box/pci.h>
#include <86box/sound.h>
#include <86box/snd_sb.h>
#include <86box/gameport.h>
enum {
@@ -146,7 +147,7 @@ cmi8x38_read(uint16_t addr, void *priv)
if (dev->type == CMEDIA_CMI8338)
goto io_reg;
else
ret = mpu401_read(addr, val, dev->sb->mpu);
ret = mpu401_read(addr, dev->sb->mpu);
break;
case 0x50 ... 0x5f: