Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add X68000 quirk for odd 0x00 CBD opcode #368

Merged
merged 4 commits into from Jan 23, 2024
Merged

Conversation

morio
Copy link
Collaborator

@morio morio commented Jan 22, 2024

Fix by @aotta
BlueSCSI/BlueSCSI-v2#102

Adds a new quirk setting to zuluscsi.ini which should be applied by setting

[SCSI]
System = X68000

but can also be applied by setting

[SCSI]
Quirks = 16

Apparently X68000 system send a SCSI opcode 0x00 which is normally an error. This quirk setting catches the opcode and sends the proper response.

morio and others added 4 commits January 22, 2024 11:30
Fix by @aotta
BlueSCSI/BlueSCSI-v2#102

Adds a new quirk setting to `zuluscsi.ini` which should be applied by
setting
```
[SCSI]
System = X68000
```
but can also be applied by setting
```
[SCSI]
Quirks = 16
```

Apparently X68000 system send a SCSI opcode 0x00 which is normally
an error. This quirk setting catches the opcode and sends the
proper response.

Co-authored-by:  Andrea Ottaviani <andrea.ottaviani.69@gmail.com>
Fix by @aotta
BlueSCSI/BlueSCSI-v2#102

Adds a new quirk setting to `zuluscsi.ini` which should be applied by
setting
```
[SCSI]
System = X68000
```
but can also be applied by setting
```
[SCSI]
Quirks = 16
```

Apparently X68000 system send a SCSI opcode 0x00 which is normally
an error. This quirk setting catches the opcode and sends the
proper response.

Co-authored-by:  Andrea Ottaviani <andrea.ottaviani.69@gmail.com>
@morio morio changed the title Add X86800 quirk for odd 0x00 CBD opcode Add X68000 quirk for odd 0x00 CBD opcode Jan 22, 2024
@morio morio marked this pull request as ready for review January 22, 2024 20:02
@aperezbios aperezbios merged commit c80c5bb into main Jan 23, 2024
2 checks passed
@aperezbios aperezbios deleted the feature/X68000-quirk branch January 23, 2024 20:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants