Removed excess calls to secondary_ide_check().

This commit is contained in:
OBattler
2018-11-09 09:37:48 +01:00
parent 388a95bade
commit cc32193dbf
2 changed files with 1 additions and 4 deletions

View File

@@ -108,6 +108,4 @@ machine_at_ali1429_init(const machine_t *model)
device_add(&fdc_at_device);
ali1429_init();
secondary_ide_check();
}

View File

@@ -9,7 +9,7 @@
* SiS sis85c471 Super I/O Chip
* Used by DTK PKM-0038S E-2
*
* Version: @(#)m_at_sis85c471.c 1.0.11 2018/11/06
* Version: @(#)m_at_sis85c471.c 1.0.12 2018/11/09
*
* Author: Miran Grca, <mgrca8@gmail.com>
*
@@ -229,5 +229,4 @@ machine_at_dtk486_init(const machine_t *model)
memregs_init();
device_add(&sis_85c471_device);
secondary_ide_check();
}