View Single Post
Old January 8th, 2009   #9 (permalink)
Squall-Leonhart
Behind ur girlfriend :D
 
Squall-Leonhart's Avatar
 
Join Date: Feb 2006
Location: Sydney, Australia
Posts: 18,826
and it would seem its possible via IOCTL, so with a few changes to the source an adjust spindown menu could be added

Code:
CDROMGETSPINDOWN

    usage:

      char spindown;
      ioctl(fd, CDROMGETSPINDOWN, &spindown);

    inputs:        none

    outputs:
      The value of the current 4-bit spindown value.




CDROMSETSPINDOWN

    usage:

      char spindown
      ioctl(fd, CDROMSETSPINDOWN, &spindown);

    inputs:
      4-bit value used to control spindown (TODO: more detail here)
    outputs:    none
SourceForge.net: CD-ROM Tool: Downloading ... (for 9x and NT with ASPI)

SourceForge.net: CD-ROM Tool: Downloading ... (NT5+ only)
__________________


VBA-M | Xtemu | NGOHQ | Post Impact Productions | TNHW | XBCD 0.2.6 | Satanic666's Emulator Compiles
Don't be a NOOB, READ THE NGEmu/EmuForums Rules of Conduct
Need Help with ePSXe? This is your first stop!.

If you don't post all the required information, you don't get help.
Everytime someone posts a romsite, God kills a beautiful woman.

Last edited by Squall-Leonhart; January 8th, 2009 at 16:27.. Reason: Automerged Doublepost
Squall-Leonhart is online now   Reply With Quote