Merge pull request #4145 from Cacodemon345/c&t_69000

Chips & Technologies B69000 emulation
This commit is contained in:
Miran Grča
2024-02-13 23:17:33 +01:00
committed by GitHub
6 changed files with 2456 additions and 2 deletions

View File

@@ -354,6 +354,9 @@ machine_at_awo671r_init(const machine_t *model)
device_add_inst(&w83977ef_device, 2);
device_add(&keyboard_ps2_pci_device);
device_add(&sst_flash_39sf020_device);
if (gfxcard[0] == VID_INTERNAL) {
device_add(&chips_69000_onboard_device);
}
spd_register(SPD_TYPE_SDRAM, 0x3, 256);
return ret;

View File

@@ -14338,7 +14338,7 @@ const machine_t machines[] = {
.max_multi = 8.0 /* limits assumed */
},
.bus_flags = MACHINE_PS2_PCI, /* Machine has EISA, possibly for a riser? */
.flags = MACHINE_IDE_DUAL | MACHINE_APM | MACHINE_ACPI | MACHINE_USB, /* Machine has internal video: C&T B69000, sound: ESS ES1938S and NIC: Realtek RTL8139C */
.flags = MACHINE_IDE_DUAL | MACHINE_APM | MACHINE_ACPI | MACHINE_USB | MACHINE_VIDEO, /* Machine has internal video: C&T B69000, sound: ESS ES1938S and NIC: Realtek RTL8139C */
.ram = {
.min = 8192,
.max = 524288,