Changeset 265 for GPL/trunk/include


Ignore:
Timestamp:
Nov 4, 2007, 6:52:45 PM (18 years ago)
Author:
Brendan Oakley
Message:

Add debug logging functions to Uniaud32 for receiving output from Uniaud16, from Pavel

Location:
GPL/trunk/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk/include/ossidc.h

    r32 r265  
    185185#define IDC32_MIDI_PITCH_BEND           0x3A
    186186#define IDC32_MIDI_CLOSE                0x3B
     187#define IDC32_DEBUG_STRING              0x3C
    187188
    188189#define IDC16_INIT                      0
  • GPL/trunk/include/ossidc32.h

    r209 r265  
    7878int OSS32_ProcessMIDIIRQ(int bytes);    // 12 Jun 07 SHL
    7979
     80int OSS32_DebugString(char *buffer, ULONG size); //PS debug from uniaud16
     81
    8082//Sets file id in current task structure
    8183ULONG OSS32_SetFileId(ULONG fileid);
Note: See TracChangeset for help on using the changeset viewer.