Disable old early CDROM support

This commit is contained in:
Jasmine Iwanek
2023-05-04 02:35:46 -04:00
parent 38c3d1bc81
commit 5c0292ae41
4 changed files with 13 additions and 4 deletions

View File

@@ -165,7 +165,7 @@ typedef struct cdrom {
char *image_history[CD_IMAGE_HISTORY];
uint32_t sound_on, cdrom_capacity,
early, seek_pos,
seek_pos,
seek_diff, cd_end, type;
int host_drive, prev_host_drive,

View File

@@ -302,7 +302,7 @@
#define IDC_COMBO_CD_ID 1157
#define IDC_COMBO_CD_LUN 1158
#define IDC_COMBO_CD_CHANNEL_IDE 1159
#define IDC_CHECKEARLY 1160
//#define IDC_CHECKEARLY 1160
#define IDC_LIST_ZIP_DRIVES 1170 /* other removable devices config */
#define IDC_COMBO_ZIP_BUS 1171