Fixed the SMC FDC73C665 Super I/O chip.

This commit is contained in:
OBattler
2021-01-05 22:41:40 +01:00
parent ef13980308
commit 09c20cb508

View File

@@ -282,8 +282,6 @@ fdc37c66x_init(const device_t *info)
dev->chip_id = info->local & 0xff;
dev->has_ide = !!(info->local & 0x100);
if (dev->has_ide)
io_sethandler(0x03f0, 0x0002,
fdc37c66x_read, NULL, NULL, fdc37c66x_write, NULL, NULL, dev);