Home
last modified time | relevance | path

Searched refs:Nsf (Results 1 – 25 of 42) sorted by relevance

12

/dports/emulators/nestopia/nestopia-1.51.1/source/core/
H A DNstNsf.cpp226 Nsf::Nsf(Context& context) in Nsf() function in Nes::Core::Nsf
375 Nsf::~Nsf() in ~Nsf()
455 cpu.Map( 0x5FF8 ).Set( this, &Nsf::Peek_Nop, fds ? &Nsf::Poke_Fds_5FF8 : &Nsf::Poke_5FF8 ); in Reset()
456 cpu.Map( 0x5FF9 ).Set( this, &Nsf::Peek_Nop, fds ? &Nsf::Poke_Fds_5FF9 : &Nsf::Poke_5FF9 ); in Reset()
457 cpu.Map( 0x5FFA ).Set( this, &Nsf::Peek_Nop, fds ? &Nsf::Poke_Fds_5FFA : &Nsf::Poke_5FFA ); in Reset()
458 cpu.Map( 0x5FFB ).Set( this, &Nsf::Peek_Nop, fds ? &Nsf::Poke_Fds_5FFB : &Nsf::Poke_5FFB ); in Reset()
459 cpu.Map( 0x5FFC ).Set( this, &Nsf::Peek_Nop, fds ? &Nsf::Poke_Fds_5FFC : &Nsf::Poke_5FFC ); in Reset()
460 cpu.Map( 0x5FFD ).Set( this, &Nsf::Peek_Nop, fds ? &Nsf::Poke_Fds_5FFD : &Nsf::Poke_5FFD ); in Reset()
461 cpu.Map( 0x5FFE ).Set( this, &Nsf::Peek_Nop, fds ? &Nsf::Poke_Fds_5FFE : &Nsf::Poke_5FFE ); in Reset()
462 cpu.Map( 0x5FFF ).Set( this, &Nsf::Peek_Nop, fds ? &Nsf::Poke_Fds_5FFF : &Nsf::Poke_5FFF ); in Reset()
[all …]
H A DNstNsf.hpp38 class Nsf : public Image class
42 explicit Nsf(Context&);
53 ~Nsf();
H A DNstImage.cpp65 return new Nsf (context); in Load()
/dports/games/libretro-nestopia/nestopia-2b0315c/source/core/
H A DNstNsf.cpp226 Nsf::Nsf(Context& context) in Nsf() function in Nes::Core::Nsf
375 Nsf::~Nsf() in ~Nsf()
455 cpu.Map( 0x5FF8 ).Set( this, &Nsf::Peek_Nop, fds ? &Nsf::Poke_Fds_5FF8 : &Nsf::Poke_5FF8 ); in Reset()
456 cpu.Map( 0x5FF9 ).Set( this, &Nsf::Peek_Nop, fds ? &Nsf::Poke_Fds_5FF9 : &Nsf::Poke_5FF9 ); in Reset()
457 cpu.Map( 0x5FFA ).Set( this, &Nsf::Peek_Nop, fds ? &Nsf::Poke_Fds_5FFA : &Nsf::Poke_5FFA ); in Reset()
458 cpu.Map( 0x5FFB ).Set( this, &Nsf::Peek_Nop, fds ? &Nsf::Poke_Fds_5FFB : &Nsf::Poke_5FFB ); in Reset()
459 cpu.Map( 0x5FFC ).Set( this, &Nsf::Peek_Nop, fds ? &Nsf::Poke_Fds_5FFC : &Nsf::Poke_5FFC ); in Reset()
460 cpu.Map( 0x5FFD ).Set( this, &Nsf::Peek_Nop, fds ? &Nsf::Poke_Fds_5FFD : &Nsf::Poke_5FFD ); in Reset()
461 cpu.Map( 0x5FFE ).Set( this, &Nsf::Peek_Nop, fds ? &Nsf::Poke_Fds_5FFE : &Nsf::Poke_5FFE ); in Reset()
462 cpu.Map( 0x5FFF ).Set( this, &Nsf::Peek_Nop, fds ? &Nsf::Poke_Fds_5FFF : &Nsf::Poke_5FFF ); in Reset()
[all …]
H A DNstNsf.hpp38 class Nsf : public Image class
42 explicit Nsf(Context&);
53 ~Nsf();
H A DNstImage.cpp65 return new Nsf (context); in Load()
/dports/emulators/nestopia/nestopia-1.51.1/source/core/api/
H A DNstApiNsf.cpp38 Nsf::EventCaller Nsf::eventCallback;
40 const char* Nsf::GetName() const throw() in GetName()
64 uint Nsf::GetChips() const throw() in GetChips()
72 Nsf::TuneMode Nsf::GetMode() const throw() in GetMode()
80 uint Nsf::GetNumSongs() const throw() in GetNumSongs()
88 int Nsf::GetCurrentSong() const throw() in GetCurrentSong()
136 Result Nsf::PlaySong() throw() in PlaySong()
144 Result Nsf::StopSong() throw() in StopSong()
152 Result Nsf::SelectNextSong() throw() in SelectNextSong()
165 Result Nsf::SelectPrevSong() throw() in SelectPrevSong()
[all …]
H A DNstApiNsf.hpp49 class Nsf : public Base class
61 Nsf(T& instance) in Nsf() function in Nes::Api::Nsf
271 struct Nsf::EventCaller : Core::UserCallback<Nsf::EventCallback>
/dports/games/libretro-nestopia/nestopia-2b0315c/source/core/api/
H A DNstApiNsf.cpp38 Nsf::EventCaller Nsf::eventCallback;
40 const char* Nsf::GetName() const throw() in GetName()
64 uint Nsf::GetChips() const throw() in GetChips()
72 Nsf::TuneMode Nsf::GetMode() const throw() in GetMode()
80 uint Nsf::GetNumSongs() const throw() in GetNumSongs()
88 int Nsf::GetCurrentSong() const throw() in GetCurrentSong()
136 Result Nsf::PlaySong() throw() in PlaySong()
144 Result Nsf::StopSong() throw() in StopSong()
152 Result Nsf::SelectNextSong() throw() in SelectNextSong()
165 Result Nsf::SelectPrevSong() throw() in SelectPrevSong()
[all …]
H A DNstApiNsf.hpp49 class Nsf : public Base class
61 Nsf(T& instance) in Nsf() function in Nes::Api::Nsf
271 struct Nsf::EventCaller : Core::UserCallback<Nsf::EventCallback>
/dports/emulators/nestopia/nestopia-1.51.1/source/win32/
H A DNstManagerNsf.cpp33 Nsf::Nsf(Emulator& e,const Configuration& cfg,Window::Menu& m) in Nsf() function in Nestopia::Managers::Nsf
34 : Manager(e,m,this,&Nsf::OnEmuEvent) in Nsf()
36 static const Window::Menu::CmdHandler::Entry<Nsf> commands[] = in Nsf()
47 static const Window::Menu::PopupHandler::Entry<Nsf> popups[] = in Nsf()
57 void Nsf::Save(Configuration& cfg) const in Save()
62 void Nsf::OnMenu(const Window::Menu::PopupHandler::Param& param) in OnMenu()
65 const Nes::Nsf nsf( emulator ); in OnMenu()
80 Nes::Nsf(emulator).PlaySong(); in OnEmuEvent()
92 void Nsf::OnCmd(uint cmd) in OnCmd()
94 Nes::Nsf nsf(emulator); in OnCmd()
[all …]
H A DNstManagerVideo.hpp130 struct Nsf struct in Nestopia::Managers::Video
132 inline Nsf();
134 void Load (Nes::Nsf);
135 void Update (Nes::Nsf);
147 Nsf nsf;
H A DNstManagerVideo.cpp66 inline Video::Nsf::Nsf() in Nsf() function in Nestopia::Managers::Video::Nsf
69 void Video::Nsf::Load(const Nes::Nsf emulator) in Load()
87 static cstring GetMode(Nes::Nsf::TuneMode mode) in Load()
91 mode == Nes::Nsf::TUNE_MODE_PAL ? " (PAL)" : in Load()
92 mode == Nes::Nsf::TUNE_MODE_NTSC ? " (NTSC)" : in Load()
120 if ( chips & Nes::Nsf::CHIP_MMC5 ) text << "MMC5 "; in Load()
121 if ( chips & Nes::Nsf::CHIP_FDS ) text << "FDS "; in Load()
122 if ( chips & Nes::Nsf::CHIP_VRC6 ) text << "VRC6 "; in Load()
136 void Video::Nsf::Update(const Nes::Nsf emulator) in Update()
1023 nsf.Update( Nes::Nsf(emulator) ); in OnEmuEvent()
[all …]
H A DNstDialogImageInfo.cpp274 const Nes::Nsf nsf(emulator); in OnInitDialog()
309 nsf.GetMode() == Nes::Nsf::TUNE_MODE_NTSC ? "NTSC" : in OnInitDialog()
310 nsf.GetMode() == Nes::Nsf::TUNE_MODE_PAL ? "PAL" : in OnInitDialog()
323 if ( chips & Nes::Nsf::CHIP_MMC5 ) { types[8] << "MMC5"; c = "+"; } in OnInitDialog()
324 if ( chips & Nes::Nsf::CHIP_VRC6 ) { types[8] << c << "VRC6"; c = "+"; } in OnInitDialog()
325 if ( chips & Nes::Nsf::CHIP_VRC7 ) { types[8] << c << "VRC7"; c = "+"; } in OnInitDialog()
326 if ( chips & Nes::Nsf::CHIP_N163 ) { types[8] << c << "N163"; c = "+"; } in OnInitDialog()
327 if ( chips & Nes::Nsf::CHIP_S5B ) { types[8] << c << "Sunsoft5B"; c = "+"; } in OnInitDialog()
328 if ( chips & Nes::Nsf::CHIP_FDS ) { types[8] << c << "FDS"; c = "+"; } in OnInitDialog()
H A DNstManagerNsf.hpp34 class Nsf : Manager class
38 Nsf(Emulator&,const Configuration&,Window::Menu&);
H A DNstManagerEmulator.cpp261 … static void NST_CALLBACK OnDisk(Nes::Nsf::UserData user,Nes::Fds::Event event,uint disk,uint side) in OnDisk()
288 static void NST_CALLBACK OnNsf(Nes::Nsf::UserData user,Nes::Nsf::Event event) in OnNsf()
290 NST_COMPILE_ASSERT( Nes::Nsf::NUM_EVENT_CALLBACKS == 3 ); in OnNsf()
293 if (event == Nes::Nsf::EVENT_STOP_SONG) in OnNsf()
298 event == Nes::Nsf::EVENT_SELECT_SONG ? EVENT_NSF_SELECT : in OnNsf()
299 event == Nes::Nsf::EVENT_PLAY_SONG ? EVENT_NSF_PLAY : in OnNsf()
304 …static void NST_CALLBACK OnMovie(Nes::Nsf::UserData user,Nes::Movie::Event event,Nes::Result resul… in OnMovie()
445 Nes::Nsf::eventCallback.Set( &Callbacks::OnNsf, this ); in Emulator()
463 Nes::Nsf::eventCallback.Unset(); in ~Emulator()
535 if (!IsOn() || state.paused || (IsNsf() && !Nes::Nsf(*this).IsPlaying())) in Start()
H A DNstApplicationMain.hpp98 Managers::Nsf nsf;
/dports/math/nanoflann/nanoflann-1.3.2/perf-tests/
H A Danalyze_stats.m6 [Nsf, Tf_M, Tf_STD] = analyze_file('stats_flann.txt');
22 plotMeansAndStd( Nsf, f*Tf_M(:,figs), f*Tf_STD(:,figs), 'r', 2.0, 1, 10 );
34 …plotMeansAndStd( Nsf, 1e3*(Tf_M(:,1) + Tf_M(:,figs)-Tnf_M(:,figs)), 1e3*sqrt((Tf_STD(:,figs)+Tnf_S…
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/xtrabackup/test/
H A Drun.sh350 MYSQL_VERSION=`$MYSQL ${MYSQL_ARGS} -Nsf -e "SHOW VARIABLES LIKE 'version'"`
352 MYSQL_VERSION_COMMENT=`$MYSQL ${MYSQL_ARGS} -Nsf -e "SHOW VARIABLES LIKE 'version_comment'"`
362 INNODB_VERSION=`$MYSQL ${MYSQL_ARGS} -Nsf -e "SHOW VARIABLES LIKE 'innodb_version'"`
366 WSREP_ENABLED=`$MYSQL ${MYSQL_ARGS} -Nsf -e "SHOW VARIABLES" | grep -i wsrep`
368 WSREP_READY=`$MYSQL ${MYSQL_ARGS} -Nsf -e "SHOW STATUS LIKE 'wsrep_ready'"`
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/innobase/xtrabackup/test/
H A Drun.sh342 MYSQL_VERSION=`$MYSQL ${MYSQL_ARGS} -Nsf -e "SHOW VARIABLES LIKE 'version'"`
344 MYSQL_VERSION_COMMENT=`$MYSQL ${MYSQL_ARGS} -Nsf -e "SHOW VARIABLES LIKE 'version_comment'"`
354 INNODB_VERSION=`$MYSQL ${MYSQL_ARGS} -Nsf -e "SHOW VARIABLES LIKE 'innodb_version'"`
358 WSREP_ENABLED=`$MYSQL ${MYSQL_ARGS} -Nsf -e "SHOW VARIABLES" | grep -i wsrep`
360 WSREP_READY=`$MYSQL ${MYSQL_ARGS} -Nsf -e "SHOW STATUS LIKE 'wsrep_ready'"`
/dports/emulators/nestopia/nestopia-1.51.1/source/fltkui/
H A Dnstcommon.cpp504 Nsf nsf(emulator); in nst_nsf_play()
511 Nsf nsf(emulator); in nst_nsf_stop()
516 Nsf nsf(emulator); in nst_nsf_prev()
523 Nsf nsf(emulator); in nst_nsf_next()
895 Nsf nsf(emulator); in nst_play()
906 Nsf nsf(emulator); in nst_load()
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Core/
H A DTypes.h302 Nsf = 2, enumerator
361 Nsf = 4, enumerator
H A DNsfLoader.cpp28 romData.Info.Format = RomFormat::Nsf; in InitializeFromHeader()
H A DNsfeLoader.h191 romData.Info.Format = RomFormat::Nsf; in LoadRom()
/dports/audio/nosefart/nosefart-1.92f-mls/src/cl-amp/
H A DNosefartPlugin.h64 nsf_t *Nsf (void) { return fNsf; };

12