mirror of
https://github.com/86Box/86Box.git
synced 2026-02-26 05:53:15 -07:00
Merge pull request #4145 from Cacodemon345/c&t_69000
Chips & Technologies B69000 emulation
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user