Removed Port 92h off the Intel 82335

The chipset doesn't seem to use it.
This commit is contained in:
tiseno100
2020-09-14 13:24:34 +03:00
committed by GitHub
parent a364b10a51
commit e5de57cffb

View File

@@ -28,7 +28,6 @@
#include <86box/mem.h>
#include <86box/fdd.h>
#include <86box/fdc.h>
#include <86box/port_92.h>
#include <86box/chipset.h>
/* Shadow capabilities */
@@ -165,7 +164,6 @@ intel_82335_init(const device_t *info)
intel_82335_t *dev = (intel_82335_t *) malloc(sizeof(intel_82335_t));
memset(dev, 0, sizeof(intel_82335_t));
device_add(&port_92_device);
memset(dev->regs, 0, sizeof(dev->regs));
dev->regs[0x28] = 0xf9;