Home
last modified time | relevance | path

Searched refs:PlaySong (Results 1 – 25 of 62) sorted by relevance

123

/dports/emulators/nestopia/nestopia-1.51.1/source/win32/
H A DNstManagerNsf.cpp80 Nes::Nsf(emulator).PlaySong(); in OnEmuEvent()
98 case IDM_MACHINE_NSF_PLAY: nsf.PlaySong(); break; in OnCmd()
/dports/emulators/nestopia/nestopia-1.51.1/source/core/api/
H A DNstApiNsf.cpp136 Result Nsf::PlaySong() throw() in PlaySong() function in Nes::Api::Nsf
139 return static_cast<Core::Nsf*>(emulator.image)->PlaySong(); in PlaySong()
H A DNstApiNsf.hpp217 Result PlaySong() throw();
/dports/games/libretro-nestopia/nestopia-2b0315c/source/core/api/
H A DNstApiNsf.cpp136 Result Nsf::PlaySong() throw() in PlaySong() function in Nes::Api::Nsf
139 return static_cast<Core::Nsf*>(emulator.image)->PlaySong(); in PlaySong()
H A DNstApiNsf.hpp217 Result PlaySong() throw();
/dports/games/chocolate-doom/chocolate-doom-3.0.1/midiproc/
H A Dmain.c141 static void PlaySong(int loops) in PlaySong() function
217 PlaySong(loops); in MidiPipe_PlaySong()
/dports/games/openttd/openttd-12.1/src/music/
H A Dmusic_driver.hpp24 virtual void PlaySong(const MusicSongInfo &song) = 0;
H A Dfluidsynth.h22 void PlaySong(const MusicSongInfo &song) override;
H A Dcocoa_m.h21 void PlaySong(const MusicSongInfo &song) override;
H A Dos2_m.h22 void PlaySong(const MusicSongInfo &song) override;
H A Dwin32_m.h22 void PlaySong(const MusicSongInfo &song) override;
H A Dnull_m.h22 void PlaySong(const MusicSongInfo &song) override { } in PlaySong() function
H A Ddmusic.h24 void PlaySong(const MusicSongInfo &song) override;
H A Dallegro_m.h22 void PlaySong(const MusicSongInfo &song) override;
H A Dbemidi.h25 void PlaySong(const MusicSongInfo &song) override;
H A Dextmidi.h29 void PlaySong(const MusicSongInfo &song) override;
H A Dos2_m.cpp52 void MusicDriver_OS2::PlaySong(const MusicSongInfo &song) in PlaySong() function in MusicDriver_OS2
H A Dbemidi.cpp31 void MusicDriver_BeMidi::PlaySong(const MusicSongInfo &song) in PlaySong() function in MusicDriver_BeMidi
H A Dallegro_m.cpp60 void MusicDriver_Allegro::PlaySong(const MusicSongInfo &song) in PlaySong() function in MusicDriver_Allegro
H A Dextmidi.cpp87 void MusicDriver_ExtMidi::PlaySong(const MusicSongInfo &song) in PlaySong() function in MusicDriver_ExtMidi
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/midiproc/
H A Dmain.c140 static void PlaySong(int loops) in PlaySong() function
205 PlaySong(loops); in MidiPipe_PlaySong()
/dports/audio/uade/uade-2.13/amigasrc/players/max_trax/
H A Dplayer.c77 if (!PlaySong(song)) doexit("Couldn't start song!"); in main()
H A Dmaxtrax.h86 BOOL PlaySong(ULONG which);
/dports/games/jfsw/jfsw-c434002/src/
H A Dsumo.c801 PlaySong(0, RedBookSong[Level], TRUE, TRUE); in DoSumoDeathMelt()
882 PlaySong(0, 13, TRUE, TRUE); in BossHealthMeter()
891 PlaySong(0, 13, TRUE, TRUE); in BossHealthMeter()
900 PlaySong(0, 13, TRUE, TRUE); in BossHealthMeter()
922 PlaySong(0, 13, TRUE, FALSE); in BossHealthMeter()
/dports/games/NBlood/NBlood-a1689a4/source/sw/src/
H A Dsumo.cpp800 PlaySong(0, RedBookSong[Level], TRUE, TRUE); in DoSumoDeathMelt()
878 PlaySong(0, 13, TRUE, TRUE); in BossHealthMeter()
886 PlaySong(0, 13, TRUE, TRUE); in BossHealthMeter()
894 PlaySong(0, 13, TRUE, TRUE); in BossHealthMeter()
916 PlaySong(0, 13, TRUE, FALSE); in BossHealthMeter()

123