mirror of
https://github.com/86Box/86Box.git
synced 2026-02-23 01:48:21 -07:00
Update m_at_386dx_486.c
Move IDE initialization before the Super I/O chip initialization.
This commit is contained in:
@@ -399,8 +399,9 @@ machine_at_d824_init(const machine_t *model)
|
||||
device_add(&gd5428_onboard_device);
|
||||
|
||||
device_add(&keyboard_ps2_device);
|
||||
device_add(&fdc37c651_device);
|
||||
|
||||
device_add(&ide_isa_device);
|
||||
device_add(&fdc37c651_device);
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user