Add the A-Trend ATC-1762.
This commit is contained in:
@@ -6371,6 +6371,45 @@ const machine_t machines[] = {
|
||||
.snd_device = NULL,
|
||||
.net_device = NULL
|
||||
},
|
||||
/* JETKey V5.0 */
|
||||
{
|
||||
.name = "[ALi M1429G] A-Trend ATC-1762",
|
||||
.internal_name = "atc1762",
|
||||
.type = MACHINE_TYPE_486_S3,
|
||||
.chipset = MACHINE_CHIPSET_ALI_M1429G,
|
||||
.init = machine_at_atc1762_init,
|
||||
.pad = 0,
|
||||
.pad0 = 0,
|
||||
.pad1 = MACHINE_AVAILABLE,
|
||||
.pad2 = 0,
|
||||
.cpu = {
|
||||
.package = CPU_PKG_SOCKET3,
|
||||
.block = CPU_BLOCK_NONE,
|
||||
.min_bus = 0,
|
||||
.max_bus = 0,
|
||||
.min_voltage = 0,
|
||||
.max_voltage = 0,
|
||||
.min_multi = 0,
|
||||
.max_multi = 0
|
||||
},
|
||||
.bus_flags = MACHINE_VLB,
|
||||
.flags = MACHINE_APM,
|
||||
.ram = {
|
||||
.min = 1024,
|
||||
.max = 40960,
|
||||
.step = 1024
|
||||
},
|
||||
.nvrmask = 127,
|
||||
.kbc_device = NULL,
|
||||
.kbc_p1 = 0,
|
||||
.gpio = 0,
|
||||
.device = NULL,
|
||||
.fdc_device = NULL,
|
||||
.sio_device = NULL,
|
||||
.vid_device = NULL,
|
||||
.snd_device = NULL,
|
||||
.net_device = NULL
|
||||
},
|
||||
|
||||
/* 486 machines which utilize the PCI bus */
|
||||
/* Machine with ALi M1429G chipset and M1435 southbridge */
|
||||
@@ -7677,10 +7716,10 @@ const machine_t machines[] = {
|
||||
/* This has a Holtek KBC. */
|
||||
{
|
||||
.name = "[UMC 8881] Shuttle HOT-433A",
|
||||
.internal_name = "hot433",
|
||||
.internal_name = "hot433a",
|
||||
.type = MACHINE_TYPE_486_S3,
|
||||
.chipset = MACHINE_CHIPSET_UMC_UM8881,
|
||||
.init = machine_at_hot433_init,
|
||||
.init = machine_at_hot433a_init,
|
||||
.pad = 0,
|
||||
.pad0 = 0,
|
||||
.pad1 = MACHINE_AVAILABLE,
|
||||
|
||||
Reference in New Issue
Block a user