The AMA-932J now indicates it is an Arche machine and correctly uses the Acer/ALi M5105 Super I/O chip.
This commit is contained in:
@@ -70,7 +70,7 @@ machine_at_headland_common_init(int type)
|
||||
{
|
||||
device_add(&keyboard_at_ami_device);
|
||||
|
||||
if (fdc_type == FDC_INTERNAL)
|
||||
if ((type != 2) && (fdc_type == FDC_INTERNAL))
|
||||
device_add(&fdc_at_device);
|
||||
|
||||
if (type == 2)
|
||||
@@ -117,6 +117,8 @@ machine_at_ama932j_init(const machine_t *model)
|
||||
|
||||
machine_at_headland_common_init(2);
|
||||
|
||||
device_add(&ali5105_device);
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user