|
|
1.1 ! root 1: /* ! 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. ! 6: */ ! 7: ! 8: #ifndef HATARI_MIDI_H ! 9: #define HATARI_MIDI_H ! 10: ! 11: extern void Midi_Init(void); ! 12: extern void Midi_UnInit(void); ! 13: extern void Midi_Reset(void); ! 14: extern void Midi_Control_ReadByte(void); ! 15: extern void Midi_Data_ReadByte(void); ! 16: extern void Midi_Control_WriteByte(void); ! 17: extern void Midi_Data_WriteByte(void); ! 18: extern void Midi_InterruptHandler_Update(void); ! 19: ! 20: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.