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

CD/DVD emulation #130

Merged
merged 12 commits into from Sep 14, 2022
Merged

CD/DVD emulation #130

merged 12 commits into from Sep 14, 2022

Conversation

mynameistroy
Copy link

No description provided.

@mynameistroy
Copy link
Author

This isn't ready yet but this is here for tracking progress and giving anyone a chance to test it

Troy added 6 commits July 17, 2022 11:20
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
@@ -484,66 +541,88 @@ void findDriveImages(FsFile root) {
// Valid file, open for reading/writing.
file = new FsFile(SD.open(name, O_RDWR));
Copy link
Owner

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.

Troy added 5 commits August 17, 2022 21:15
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
@erichelgeson erichelgeson merged commit dc95524 into erichelgeson:main Sep 14, 2022
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