Reorganized several resource strings;

Added Microsoft serial wheel mouse emulation;
AWE32 improvements from JosepMa's PCem branch;
Applied REP invalid instruction ignore patch from Greatpsycho;
Slightly reordered the list of emulated mice.
This commit is contained in:
OBattler
2017-07-24 12:04:39 +02:00
parent bf8942b55e
commit ff23ccb2a2
16 changed files with 2481 additions and 974 deletions

View File

@@ -1058,11 +1058,11 @@ static void loadconfig_network(void)
{
if ((network_ndev == 1) && strcmp(network_pcap, "none"))
{
msgbox_error(ghwnd, IDS_2107);
msgbox_error(ghwnd, IDS_2140);
}
else if (network_dev_to_id(p) == -1)
{
msgbox_error(ghwnd, IDS_2200);
msgbox_error(ghwnd, IDS_2141);
}
strcpy(network_pcap, "none");
@@ -1220,14 +1220,14 @@ static int config_string_to_bus(char *str, int cdrom)
if (!strcmp(str, "usb"))
{
msgbox_error(ghwnd, IDS_2199);
msgbox_error(ghwnd, IDS_4110);
return 0;
}
return 0;
no_mfm_cdrom:
msgbox_error(ghwnd, IDS_2095);
msgbox_error(ghwnd, IDS_4114);
return 0;
}