The Award 286 Clone no longer has on-board IDE - the machine technically has it, but it can be disabled, so the easiest way to do it on the emulator is to make the user choose the IDE controller if they need it, and tell the BIOS to use it.

This commit is contained in:
OBattler
2019-11-19 04:41:42 +01:00
parent e4408bc84d
commit b5ba9eafe3
3 changed files with 5 additions and 7 deletions

View File

@@ -8,7 +8,7 @@
*
* Implementation of 286 and 386SX machines.
*
* Version: @(#)m_at_286_386sx.c 1.0.1 2019/11/01
* Version: @(#)m_at_286_386sx.c 1.0.2 2019/11/19
*
* Authors: Sarah Walker, <http://pcem-emulator.co.uk/>
* Miran Grca, <mgrca8@gmail.com>
@@ -203,8 +203,6 @@ machine_at_award286_init(const machine_t *model)
machine_at_scat_init(model, 0);
device_add(&ide_isa_device);
return ret;
}