Updated Supported Systems (markdown)

Omar 2023-04-20 10:23:55 -04:00
parent 37021be3e1
commit adc8ad01a7

@ -138,22 +138,6 @@ These results are reported by the community. If your BlueSCSI works in a sampler
* S-760 (tested by @bzeiss)
* XV-5080 (tested by [manpaz](https://github.com/manpaz)) [#178](https://github.com/erichelgeson/BlueSCSI/discussions/178)
### X68000
* Turn termination off on the board
* Use the following bluescsi.ini file settings
```
[SCSI]
Debug = 0
SelectionDelay = 0
PhyMode = 0
Quirks = 0
EnableUnitAttention = 0
EnableSCSI2 = 0
EnableSelLatch = 0
MapLunsToIDs = 0
MaxSyncSpeed = 5
```
### Yamaha
* A3000 (tested by Jiri Vermirovsky) - Note that the A3000 is known for its slow SCSI operation in general.
Using the A3000, a disk can be split in up to 8 partitions and then formatted. The A3000 v2 supports partitions of up to 1GB. So, if you want to have the most space possible, you'll need a disk image of at least 8GB (8 x 1GB).
@ -224,4 +208,22 @@ Tested with `v1.1-SNAPSHOT-20220617`:
# Atari
## Working
* Atari TT030 (tested by [fdanapfel](https://github.com/fdanapfel)) [#178](https://github.com/erichelgeson/BlueSCSI/issues/171)
* Atari TT030 (tested by [fdanapfel](https://github.com/fdanapfel)) [#178](https://github.com/erichelgeson/BlueSCSI/issues/171)
# X68000
## Working
* Turn termination off on the board
* Use the following bluescsi.ini file settings
```
[SCSI]
Debug = 0
SelectionDelay = 0
PhyMode = 0
Quirks = 0
EnableUnitAttention = 0
EnableSCSI2 = 0
EnableSelLatch = 0
MapLunsToIDs = 0
MaxSyncSpeed = 5
```