Annotation of hatari/src/includes/dmaSnd.h, revision 1.1.1.5

1.1       root        1: /*
                      2:   Hatari - dmaSnd.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_DMASND_H
                      9: #define HATARI_DMASND_H
                     10: 
1.1.1.2   root       11: #define DMASNDCTRL_PLAY         0x01
                     12: #define DMASNDCTRL_PLAYLOOP     0x02
                     13: #define DMASNDMODE_MONO         0x80
1.1       root       14: 
                     15: extern Uint16 nDmaSoundControl;
                     16: 
1.1.1.5 ! root       17: extern void DmaSnd_Init(void);
1.1.1.3   root       18: extern void DmaSnd_Reset(bool bCold);
                     19: extern void DmaSnd_MemorySnapShot_Capture(bool bSave);
1.1       root       20: extern void DmaSnd_GenerateSamples(int nMixBufIdx, int nSamplesToGenerate);
                     21: extern void DmaSnd_InterruptHandler(void);
1.1.1.3   root       22: extern void DmaSnd_InterruptHandler_Microwire(void);
1.1       root       23: extern void DmaSnd_SoundControl_ReadWord(void);
                     24: extern void DmaSnd_SoundControl_WriteWord(void);
                     25: extern void DmaSnd_FrameCountHigh_ReadByte(void);
                     26: extern void DmaSnd_FrameCountMed_ReadByte(void);
                     27: extern void DmaSnd_FrameCountLow_ReadByte(void);
1.1.1.5 ! root       28: extern void DmaSnd_SoundModeCtrl_ReadByte(void);
        !            29: extern void DmaSnd_SoundModeCtrl_WriteByte(void);
1.1       root       30: extern void DmaSnd_MicrowireData_ReadWord(void);
                     31: extern void DmaSnd_MicrowireData_WriteWord(void);
                     32: extern void DmaSnd_MicrowireMask_ReadWord(void);
                     33: extern void DmaSnd_MicrowireMask_WriteWord(void);
1.1.1.5 ! root       34: extern void DmaSnd_Init_Bass_and_Treble_Tables(void);
1.1       root       35: 
1.1.1.4   root       36: 
1.1       root       37: #endif /* HATARI_DMASND_H */

unix.superglobalmegacorp.com

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