obnoxious sound distortion when using vsync due to sound card clock being faster than video clock.
(FCEU had this same issue)
New joypad key lists for upcoming implementation of multi-assignment options a-la Mame
(e.g. assign either Joy Up, Joy Hat Up, OR Key Up to up). Current limitations are annoying, and current behavior of
dropping joystick settings altogether when a joystick isn't plugged in is even worse.
warning count.
Fix DirectDraw initializer to check for 1024x768 and 1280x1024, they were grayed out. Default resolutions set to 60hz and DirectDraw now obeys fsFrequency setting.
AccelEditor and UniVideoModeDlg had some trivial scope problems that strangely compile in release mode but don't in debug mode.
Network code was crashing in Link.cpp. Added check for null linkmem pointer to allow the code to run but need to investigate why linkmem is not initialized.