Ignore:
Timestamp:
Oct 10, 2001, 5:06:06 PM (24 years ago)
Author:
phaller
Message:

corrected endianness in CDROM_PLAY_AUDIO_MSF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/hmdisk.cpp

    r6986 r6987  
    1 /* $Id: hmdisk.cpp,v 1.16 2001-10-10 14:49:48 phaller Exp $ */
     1/* $Id: hmdisk.cpp,v 1.17 2001-10-10 15:06:06 phaller Exp $ */
    22
    33/*
     
    552552      // setup the parameter block
    553553     
    554       // @@@PH verify if endianness is correct here!
    555       ParameterBlock.ucSignature = 0x43443031; // 'CD01'
     554      ParameterBlock.ucSignature = 0x31304443; // 'CD01'
    556555      ParameterBlock.ucAddressingMode = 1;     // MSF format
    557556     
Note: See TracChangeset for help on using the changeset viewer.