Annotation of hatari/src/includes/midi.h, revision 1.1.1.2

1.1       root        1: /*
1.1.1.2 ! root        2:   Hatari - midi.h
        !             3: 
        !             4:   This file is distributed under the GNU Public License, version 2 or at
        !             5:   your option any later version. Read the file gpl.txt for details.
1.1       root        6: */
                      7: 
1.1.1.2 ! root        8: #ifndef HATARI_MIDI_H
        !             9: #define HATARI_MIDI_H
        !            10: 
        !            11: void Midi_Init(void);
        !            12: void Midi_UnInit(void);
        !            13: Uint8 Midi_ReadControl(void);
        !            14: Uint8 Midi_ReadData(void);
        !            15: void Midi_WriteControl(Uint8 controlByte);
        !            16: void Midi_WriteData(Uint8 dataByte);
        !            17: 
        !            18: #endif

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.