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

Commits on Jul 17, 2022

  1. code layout adjustments

    Troy committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    b53524e View commit details
    Browse the repository at this point in the history
  2. more code shuffling

    Troy committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    b00dac7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    953309b View commit details
    Browse the repository at this point in the history
  4. out of phase error fixed, SGI Indy works now

    basic determination of arbitration
    Troy committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    2611ec8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    30b794e View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2022

  1. alternative sector size supported

    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
    Troy committed Jul 23, 2022
    Configuration menu
    Copy the full SHA
    3a3d68c View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. added missing set of raw sector size

    Troy committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    32453b9 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. MODE SELECT supports CDROM 512/2048 sector toggle

    CDROM devices return a DBD properly
    CDROM Error Mode Page has a default retry of 1
    More streamlining of debug logging
    Troy committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    94a5e71 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. Configuration menu
    Copy the full SHA
    3952181 View commit details
    Browse the repository at this point in the history
  2. minor logging cleanup

    Troy committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    331cd96 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. cleanup Apple Mode Page handling

    Troy committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    3f27923 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2022

  1. Cleaned up MODE_SELECT blocksize request

    OnReadBuffer uses generic buffer and only transfers actual length
    Troy committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    67d3909 View commit details
    Browse the repository at this point in the history