C&T 69000 (broken)

This commit is contained in:
Cacodemon345
2023-07-21 01:27:19 +06:00
parent 2009f14dbf
commit 0d8071ff77
6 changed files with 1364 additions and 2 deletions

View File

@@ -312,6 +312,10 @@ 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) {
extern const device_t chips_69000_onboard_device;
device_add(&chips_69000_onboard_device);
}
spd_register(SPD_TYPE_SDRAM, 0x3, 256);
return ret;

View File

@@ -12478,7 +12478,7 @@ const machine_t machines[] = {
.max_multi = 8.0 /* limits assumed */
},
.bus_flags = MACHINE_PS2_AGP,
.flags = MACHINE_IDE_DUAL | MACHINE_APM | MACHINE_ACPI,
.flags = MACHINE_IDE_DUAL | MACHINE_APM | MACHINE_ACPI | MACHINE_VIDEO,
.ram = {
.min = 8192,
.max = 524288,