Add "Atari" to "

Ryan Schmidt 2023-01-17 00:56:09 -06:00
parent af0a4fce69
commit dbc214cd34

@ -23,8 +23,8 @@ ST410800N·······
## Mega STE Mode `MSTE_MODE`
If you have a MegaSTE place a file in the root of your SD card named `MSTE_MODE`. This will map SCSI ID's to LUN's as required for this devices (and possibly others)
If you have an Atari Mega STE, place a file in the root of your SD card named `MSTE_MODE`. This will map SCSI IDs to LUNs as required for this devices (and possibly others)
The MegaSTE internal SCSI/ASCI adapter only supports devices on SCSI ID0 which limits the usefulness of BlueSCSI in this situation. The MSTE_MODE enables the SCSI ID's to be remapped as LUNs for SCSI ID0 so you can use multiple devices with the internal adapter. This is well supported and tested against the [HDDRIVER written by Uwe Seimet](https://www.hddriver.net/). Other ASCI/SCSI drivers were not tested at this time but it expected any driver supporting multiple LUN's will also support this new feature.
The MegaSTE internal SCSI/ACSI adapter only supports devices on SCSI ID0 which limits the usefulness of BlueSCSI in this situation. The MSTE_MODE enables the SCSI ID's to be remapped as LUNs for SCSI ID0 so you can use multiple devices with the internal adapter. This is well supported and tested against the [HDDRIVER written by Uwe Seimet](https://www.hddriver.net/). Other ACSI/SCSI drivers were not tested at this time but it expected any driver supporting multiple LUN's will also support this new feature.
This mode was added in release `v1.1-20221203`