Home
last modified time | relevance | path

Searched refs:AHIBase (Results 1 – 11 of 11) sorted by relevance

/dports/lang/fpc-source/fpc-3.2.2/packages/morphunits/src/
H A Dahi.pas30 AHIBase: PLibrary = nil;
482 SysCall AHIBase 042;
485 SysCall AHIBase 048;
488 SysCall AHIBase 054;
491 SysCall AHIBase 060;
494 SysCall AHIBase 066;
497 SysCall AHIBase 072;
500 SysCall AHIBase 078;
503 SysCall AHIBase 084;
506 SysCall AHIBase 090;
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/amunits/src/otherlibs/
H A Dahi.pas39 VAR AHIBase : pLibrary = nil;
501 FUNCTION AHI_AddAudioMode(a0arg : pTagItem location 'a0') : longword; syscall AHIBase 150; in AHI_AddAudioMode()
505 FUNCTION AHI_BestAudioIDA(tagList : pTagItem location 'a1') : longword; syscall AHIBase 114; in AHI_BestAudioIDA()
507 PROCEDURE AHI_FreeAudio(AudioCtrl : pAHIAudioCtrl location 'a2'); syscall AHIBase 48;
510 PROCEDURE AHI_KillAudio; syscall AHIBase 54;
511 FUNCTION AHI_LoadModeFile(a0arg : pCHAR location 'a0') : longword; syscall AHIBase 162; in AHI_LoadModeFile()
513 FUNCTION AHI_NextAudioID(Last_ID : longword location 'd0') : longword; syscall AHIBase 102; in AHI_NextAudioID()
515 FUNCTION AHI_RemoveAudioMode(d0arg : longword location 'd0') : longword; syscall AHIBase 156; in AHI_RemoveAudioMode()
580 AHIBase := OpenLibrary(AHINAME,LIBVERSION);
582 if Assigned(AHIBase) then
[all …]
/dports/games/sarien/sarien-0.7.0/src/sound/amiga/
H A Dsound_ahi.c38 struct Library *AHIBase = NULL; variable
69 if (AHIBase == NULL) in AudioInit()
172 AHIBase = (struct Library *) AHIio->ahir_Std.io_Device; in OpenAHI()
/dports/games/uhexen2/hexen2source-1.5.9/engine/h2shared/
H A Dsnd_ahi.c45 struct Library *AHIBase; variable
118 AHIBase = (struct Library *)ad->ahireq->ahir_Std.io_Device;
261 AHIBase = NULL;
291 AHIBase = NULL;
/dports/audio/hvl2wav/hivelytracker-8296a50/Replayer_Amiga/
H A Dplay_hvl.c21 struct Library *AHIBase = NULL; variable
69 AHIBase = (struct Library *)ahi_io[0]->ahir_Std.io_Device; in init()
70 IAHI = (struct AHIIFace *)IExec->GetInterface( AHIBase, "main", 1, NULL ); in init()
/dports/emulators/frodo/Frodo-4.1b/Src/
H A DSID_Amiga.i16 struct Library *AHIBase; variable
128 AHIBase = (struct Library *)ahi_io->ahir_Std.io_Device; in sub_func()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libsound/aos4/
H A Dsound_handler_ahi.h58 struct Library *AHIBase; variable
/dports/emulators/uae/uae-0.8.29/src/od-amiga/
H A Dsound.c62 struct Library *AHIBase=NULL; variable
154 AHIBase=(struct Library *)AHIio[0]->ahir_Std.io_Device;
H A Dsound.h61 extern struct Library *AHIBase;
/dports/emulators/atari800/atari800-3.1.0/src/amiga/
H A Damiga.c157 struct Library *AHIBase; variable
437 if(AHIBase) in FreeSound()
481 AHIBase = (struct Library *) ahi_request->ahir_Std.io_Device; in SetupSound()
/dports/audio/hvl2wav/hivelytracker-8296a50/
H A Dreplay.c65 struct Library *AHIBase = NULL; variable
3606 AHIBase = (struct Library *)ahi_io[0]->ahir_Std.io_Device; in rp_subtask_init()
3607 IAHI = (struct AHIIFace *)IExec->GetInterface( AHIBase, "main", 1, NULL ); in rp_subtask_init()