mirror of
https://github.com/86Box/86Box.git
synced 2025-01-23 09:42:47 -05:00
Aaeon SBC-350: Restore the IDE flag and actually fix IDE and Super I/O chip initialization.
This commit is contained in:
parent
738daa9a4e
commit
781320817f
2 changed files with 3 additions and 2 deletions
|
@ -770,7 +770,8 @@ machine_at_sbc350a_init(const machine_t *model)
|
||||||
machine_at_common_init(model);
|
machine_at_common_init(model);
|
||||||
|
|
||||||
device_add(&ali1217_device);
|
device_add(&ali1217_device);
|
||||||
device_add(&fdc37c665_ide_device);
|
device_add(&ide_isa_device);
|
||||||
|
device_add(&fdc37c665_ide_pri_device);
|
||||||
device_add(&keyboard_ps2_ami_device);
|
device_add(&keyboard_ps2_ami_device);
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
|
|
|
@ -4113,7 +4113,7 @@ const machine_t machines[] = {
|
||||||
.max_multi = 0
|
.max_multi = 0
|
||||||
},
|
},
|
||||||
.bus_flags = MACHINE_AT,
|
.bus_flags = MACHINE_AT,
|
||||||
.flags = MACHINE_FLAGS_NONE,
|
.flags = MACHINE_IDE,
|
||||||
.ram = {
|
.ram = {
|
||||||
.min = 1024,
|
.min = 1024,
|
||||||
.max = 16384,
|
.max = 16384,
|
||||||
|
|
Loading…
Add table
Reference in a new issue