barotto / IBMulator

The IBM PS/1 emulator.
https://barotto.github.io/IBMulator
GNU General Public License v3.0
112 stars 4 forks source link

Add 512kb VRAM support to the PS/1 2121 on-board VGA chip #85

Open Fenix770 opened 4 months ago

Fenix770 commented 4 months ago

Hello! I found in the drivers site https://ps1stuff.wordpress.com/documentation/ibm-ps1-model-2121/#SVGA, that the IBM PS/1 2121 on-board VGA chip support 512kb of RAM. The video chip is similar to the included on the PS/2 Model 25SX machine.

It may be intresting to run Windows 3.1 with 640x480 256 color resolution!

barotto commented 4 months ago

I agree. As a matter of fact I'm working toward adding support for model 2133 emulation, which requires CD-ROM (working on this right now), SVGA, and 80486. So SVGA with 512kb+ is definitely planned.