Properly fixed Adaptec AHA-1640 MCA adapter, setup is handled directly by the ADF file in the reference disks.
Re-introduced the Acer V35n machine, but with a proper bios (r01-c0.bin instead of the service one). MCA serial and parallel initialization fixes alongside the ISA PS/1 and PS/2 Model 30 ones.
This commit is contained in:
14
src/ps1.c
14
src/ps1.c
@@ -295,13 +295,8 @@ void ps1mb_m2121_init()
|
||||
MEM_MAPPING_EXTERNAL);
|
||||
ps1_190 = 0;
|
||||
|
||||
lpt1_remove();
|
||||
lpt2_remove();
|
||||
lpt1_init(0x3bc);
|
||||
|
||||
serial_remove(1);
|
||||
serial_remove(2);
|
||||
|
||||
|
||||
mem_remap_top_384k();
|
||||
}
|
||||
|
||||
@@ -315,12 +310,7 @@ void ps1mb_m2133_init()
|
||||
|
||||
ps1_190 = 0;
|
||||
|
||||
lpt1_remove();
|
||||
lpt2_remove();
|
||||
lpt1_init(0x3bc);
|
||||
|
||||
serial_remove(1);
|
||||
serial_remove(2);
|
||||
|
||||
|
||||
mem_remap_top_384k();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user