Home
last modified time | relevance | path

Searched defs:LoadROM (Results 1 – 18 of 18) sorted by relevance

/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Forms/
H A DfrmMain.File.cs220 …private void LoadROM(ResourcePath romFile, bool autoLoadPatches = false, ResourcePath? patchFileTo… in LoadROM() method in Mesen.GUI.Forms.frmMain
/dports/games/libretro-picodrive/picodrive-600894e/platform/win32/
H A Dmain.c182 static void LoadROM(const char *cmdpath) in LoadROM() function
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/platform/win32/
H A Dmain.c182 static void LoadROM(const char *cmdpath) in LoadROM() function
/dports/emulators/anese/ANESE-0.9.1/roms/tests/ppu/ppu_read_buffer/source/filler/
H A Dpart1.asm86 .LoadROM: label
/dports/games/libretro-snes9x2010/snes9x2010-714b1c8/src/
H A Dmemmap.c792 bool8 LoadROM (void) in LoadROM() function
/dports/games/libretro-snes9x2005/snes9x2005-218be8e/source/
H A Dmemmap.c566 bool LoadROM( in LoadROM() function
/dports/emulators/ukncbtl/ukncbtl-qt-812cde85/emubase/
H A DBoard.cpp309 void CMotherboard::LoadROM(const uint8_t* pBuffer) // Load 32 KB ROM image from the buffer in LoadROM() function in CMotherboard
/dports/emulators/mednafen/mednafen/src/gb/
H A Dgb.cpp2145 static void LoadROM(Stream* s) in LoadROM() function
/dports/emulators/citra/citra-ac98458e0/src/citra_qt/
H A Dmain.cpp909 bool GMainWindow::LoadROM(const QString& filename) { in LoadROM() function in GMainWindow
/dports/emulators/citra-qt5/citra-ac98458e0/src/citra_qt/
H A Dmain.cpp909 bool GMainWindow::LoadROM(const QString& filename) { in LoadROM() function in GMainWindow
/dports/games/libretro-fmsx/fmsx-libretro-c2c26b1/fMSX/
H A DMSX.c2562 byte *LoadROM(const char *Name,int Size,byte *Buf) in LoadROM() function
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/InteropDLL/
H A DConsoleWrapper.cpp301 …DllExport void __stdcall LoadROM(char* filename, char* patchFile) { _console->Initialize(filename,… in LoadROM() function
/dports/emulators/snes9x-gtk/snes9x-1.54.1/
H A Dmemmap.cpp1536 bool8 CMemory::LoadROM (const char *filename) in LoadROM() function in CMemory
/dports/games/libretro-snes9x/snes9x-73aa348/
H A Dmemmap.cpp1388 bool8 CMemory::LoadROM (const char *filename) in LoadROM() function in CMemory
/dports/emulators/yuzu/yuzu-0b47f7a46/src/yuzu/
H A Dmain.cpp982 bool GMainWindow::LoadROM(const QString& filename, std::size_t program_index) { in LoadROM() function in GMainWindow
/dports/emulators/snes9x-gtk/snes9x-1.54.1/win32/
H A Dwsnes9x.cpp4033 static bool LoadROM(const TCHAR *filename) { in LoadROM() function
/dports/games/libretro-snes9x/snes9x-73aa348/win32/
H A Dwsnes9x.cpp3994 static bool LoadROM(const TCHAR *filename, const TCHAR *filename2 /*= NULL*/) { in LoadROM() function
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/
H A DInteropEmu.cs49 …[DllImport(DLLPath)] public static extern void LoadROM([MarshalAs(UnmanagedType.CustomMarshaler, M… in LoadROM() method in Mesen.GUI.InteropEmu