forked from ztto/ArdSCSino-stm32
-
Notifications
You must be signed in to change notification settings - Fork 61
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
CD/DVD emulation #130
Merged
Merged
CD/DVD emulation #130
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This isn't ready yet but this is here for tracking progress and giving anyone a chance to test it |
mynameistroy
force-pushed
the
troy/optical
branch
2 times, most recently
from
June 26, 2022 13:33
30f6848
to
bd6af33
Compare
mynameistroy
force-pushed
the
troy/optical
branch
from
July 3, 2022 19:55
bd6af33
to
6afda5e
Compare
basic determination of arbitration
this let's .BIN files get used at the very least, maybe more depending on how some of the other optical formats look reverted a small SCSI phase change that causes problems
mynameistroy
force-pushed
the
troy/optical
branch
from
July 23, 2022 00:51
6afda5e
to
3a3d68c
Compare
@@ -484,66 +541,88 @@ void findDriveImages(FsFile root) { | |||
// Valid file, open for reading/writing. | |||
file = new FsFile(SD.open(name, O_RDWR)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some archives have optical image files with the read only attribute checked. We'll need to support opening RO files in this initial setup.
CDROM devices return a DBD properly CDROM Error Mode Page has a default retry of 1 More streamlining of debug logging
OnReadBuffer uses generic buffer and only transfers actual length
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.