From 09c20cb5089b62b209279233ebee66be6c57c92b Mon Sep 17 00:00:00 2001 From: OBattler Date: Tue, 5 Jan 2021 22:41:40 +0100 Subject: [PATCH] Fixed the SMC FDC73C665 Super I/O chip. --- src/sio/sio_fdc37c66x.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/sio/sio_fdc37c66x.c b/src/sio/sio_fdc37c66x.c index 970925e14..6f8797f13 100644 --- a/src/sio/sio_fdc37c66x.c +++ b/src/sio/sio_fdc37c66x.c @@ -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);