Fixed a configuration bug and nerfed the modes of the NEC CDR-260.

This commit is contained in:
OBattler
2022-10-29 18:46:14 +02:00
parent 31ad72529e
commit a59ec21f23
2 changed files with 6 additions and 6 deletions

View File

@@ -2717,7 +2717,7 @@ save_floppy_and_cdrom_drives(void)
}
sprintf(temp, "cdrom_%02i_early", c + 1);
if ((cdrom[c].bus_type == 0) || (cdrom[c].early == 1)) {
if ((cdrom[c].bus_type == 0) || (cdrom[c].early == 0)) {
ini_section_delete_var(cat, temp);
} else {
ini_section_set_int(cat, temp, cdrom[c].early);