diff --git a/Supported-Systems.md b/Supported-Systems.md index 921423f..2ef2d87 100644 --- a/Supported-Systems.md +++ b/Supported-Systems.md @@ -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) \ No newline at end of file +* 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 +``` \ No newline at end of file