From 55de61d58d3c2c470861f320cafd1a16c103bb25 Mon Sep 17 00:00:00 2001 From: OBattler Date: Wed, 15 Mar 2017 03:05:21 +0100 Subject: [PATCH] Removed ide_init(); from at_init(). --- src/model.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/model.c b/src/model.c index 495f75d8b..c6b76af2b 100644 --- a/src/model.c +++ b/src/model.c @@ -346,7 +346,6 @@ void at_init() mem_add_bios(); pit_set_out_func(1, pit_refresh_timer_at); dma16_init(); - ide_init(); keyboard_at_init(); nvr_init(); pic2_init();