Merge branch '86Box:master' into master

This commit is contained in:
starfrost
2025-04-09 13:39:45 +01:00
committed by GitHub
29 changed files with 189 additions and 89 deletions

View File

@@ -45,7 +45,7 @@
#define MAX_UUID_LEN 64
/* Default language 0xFFFF = from system, 0x409 = en-US */
#define DEFAULT_LANGUAGE 0x0409
#define DEFAULT_LANGUAGE 0xffff
#define POSTCARDS_NUM 4
#define POSTCARD_MASK (POSTCARDS_NUM - 1)

View File

@@ -70,6 +70,7 @@ typedef struct scsi_cdrom_t {
int was_cached;
int toc_cached;
int media_access;
int sectors_num;
uint8_t vendor_type;
uint8_t ven_cmd_is_data[256];