Added monochrome green/amber/white monitor selection for CGA, MDA and Hercules. Patch from basic2004.

This commit is contained in:
SarahW 2017-06-04 17:39:39 +01:00
commit 7af491d719
6 changed files with 300 additions and 59 deletions

View file

@ -235,7 +235,7 @@ void deviceconfig_open(HWND hwnd, device_t *device)
item->y = y;
item->id = id++;
item->cx = 80;
item->cx = 200;
item->cy = 15;
item->style = WS_CHILD | WS_VISIBLE | BS_AUTOCHECKBOX;