Skip to content

Commit

Permalink
config: Use "Dayna"/"SCSI/Link" as the default for all network devices
Browse files Browse the repository at this point in the history
This device is emulating something specific and works on non-Apple
platforms so use it everywhere.
  • Loading branch information
jcs committed Oct 12, 2023
1 parent f5dce26 commit 003b0da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BlueSCSI_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
#define DRIVEINFO_OPTICAL {"BlueSCSI", "CDROM", PLATFORM_REVISION, ""}
#define DRIVEINFO_FLOPPY {"BlueSCSI", "FLOPPY", PLATFORM_REVISION, ""}
#define DRIVEINFO_MAGOPT {"BlueSCSI", "MO_DRIVE", PLATFORM_REVISION, ""}
#define DRIVEINFO_NETWORK {"BlueSCSI", "NETWORK", PLATFORM_REVISION, ""}
#define DRIVEINFO_NETWORK {"Dayna", "SCSI/Link", "2.0f", ""}
#define DRIVEINFO_TAPE {"BlueSCSI", "TAPE", PLATFORM_REVISION, ""}

// Default SCSI drive information when Apple quirks are enabled
Expand Down

0 comments on commit 003b0da

Please sign in to comment.