Merge pull request #5721 from toggo9/drsm35286memfix

take the DRS/M35 286 "fix" back.
This commit is contained in:
Miran Grča
2025-06-28 22:26:26 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -70,7 +70,7 @@ machine_at_v12p_init(const machine_t *model)
device_add(&i430lx_device);
device_add(&keyboard_ps2_acer_pci_device);
device_add(&sio_zb_device);
device_add(&ali5105_device);
device_add_params(&pc87310_device, (void *) (PC87310_ALI));
device_add(&amd_am28f010_flash_device);
device_add(&ncr53c810_onboard_pci_device);

View File

@@ -4006,7 +4006,7 @@ const machine_t machines[] = {
.flags = MACHINE_IDE | MACHINE_VIDEO,
.ram = {
.min = 512,
.max = 4096,
.max = 5120,
.step = 128
},
.nvrmask = 127,