Several small, ongoing changes and fixes.

Updated the 808x CPU block from the 86Box one- good work, OBattler!
Small changes to GUS and PAS-16 cards.
Added the Zenith SupersPort machine from PCem.
Fixed the cursor blinking rate in CGA - thanks, OBattler!
This commit is contained in:
waltje
2019-02-10 16:55:23 -05:00
parent 453ca9d8e4
commit 32e034d5fa
23 changed files with 3549 additions and 4190 deletions

View File

@@ -717,7 +717,12 @@ ui_init(int nCmdShow)
* always keep in mind when changing the window size.
*/
swprintf(title, sizeof_w(title), L"%s %s", EMU_NAME, emu_version);
hwndMain = CreateWindow(
hwndMain = CreateWindowEx(
#if 0
WS_EX_LAYOUTRTL | WS_EX_RIGHT,
#else
0,
#endif
CLASS_NAME, /* class name */
title, /* Title Text */
flags, /* style flags */