Add the J-Bond PCI400C-A (note: PCI registers 00h - 03h get randomly zeroed out, needs fixing)

This commit is contained in:
BurnedPinguin
2023-07-06 00:51:57 +02:00
parent 8456ebebe6
commit f480ca3668
3 changed files with 77 additions and 4 deletions

View File

@@ -4793,7 +4793,7 @@ const machine_t machines[] = {
.internal_name = "ECS_386V",
.type = MACHINE_TYPE_386DX,
.chipset = MACHINE_CHIPSET_ALI_M1429,
.init = machine_at_ECS_386V_init,
.init = machine_at_ecs386v_init,
.pad = 0,
.pad0 = 0,
.pad1 = MACHINE_AVAILABLE,
@@ -4816,7 +4816,7 @@ const machine_t machines[] = {
.step = 1024,
},
.nvrmask = 127,
.kbc = KBC_UNKNOWN,
.kbc_device = NULL,
.kbc_p1 = 0,
.gpio = 0,
.device = NULL,
@@ -5825,6 +5825,45 @@ const machine_t machines[] = {
.snd_device = NULL,
.net_device = NULL
},
/* AMIKey-2 */
{
.name = "[i420TX] J-Bond PCI400C-A",
.internal_name = "pci400ca",
.type = MACHINE_TYPE_486_S2,
.chipset = MACHINE_CHIPSET_INTEL_420TX,
.init = machine_at_pci400ca_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_PS2_PCI,
.flags = MACHINE_SCSI,
.ram = {
.min = 1024,
.max = 65536,
.step = 1024
},
.nvrmask = 127,
.kbc_device = &keyboard_ps2_ami_device,
.kbc_p1 = 0,
.gpio = 0,
.device = NULL,
.fdc_device = NULL,
.sio_device = NULL,
.vid_device = NULL,
.snd_device = NULL,
.net_device = NULL
},
/* 486 machines - Socket 3 */
/* 486 machines with just the ISA slot */