Home
last modified time | relevance | path

Searched refs:loadMemory (Results 1 – 25 of 60) sorted by relevance

123

/dports/games/libretro-beetle_bsnes/beetle-bsnes-libretro-b65ded5bde278c18af538c687db9b72c995b220a/mednafen/snes/src/ui_qt/cartridge/
H A Dcartridge.cpp62 loadMemory(baseName, ".srm", SNES::memory::cartram); in loadNormal()
63 loadMemory(baseName, ".rtc", SNES::memory::cartrtc); in loadNormal()
78 loadMemory(baseName, ".srm", SNES::memory::cartram); in loadBsxSlotted()
79 loadMemory(baseName, ".rtc", SNES::memory::cartrtc); in loadBsxSlotted()
95 loadMemory(baseName, ".srm", SNES::memory::bsxram ); in loadBsx()
96 loadMemory(baseName, ".psr", SNES::memory::bsxpram); in loadBsx()
114 loadMemory(slotAName, ".srm", SNES::memory::stAram); in loadSufamiTurbo()
115 loadMemory(slotBName, ".srm", SNES::memory::stBram); in loadSufamiTurbo()
133 loadMemory(slotAName, ".sav", SNES::memory::gbram); in loadSuperGameBoy()
134 loadMemory(slotBName, ".rtc", SNES::memory::gbrtc); in loadSuperGameBoy()
[all …]
H A Dcartridge.hpp33 bool loadMemory(const char*, const char*, SNES::MappedRAM&);
/dports/audio/bristol/bristol-0.60.10/brighton/
H A DbrightonSonic6.c487 loadMemory(synth, "sonic6", 0, synth->bank + synth->location, in midiCallback()
812 if (loadMemory(synth, "sonic6", 0, in sonic6Memory()
829 if (loadMemory(synth, "sonic6", 0, in sonic6Memory()
867 if (loadMemory(synth, "sonic6", 0, in sonic6Memory()
887 while (loadMemory(synth, "sonic6", 0, bank * 10 + location, in sonic6Memory()
902 loadMemory(synth, "sonic6", 0, bank * 10 + location, in sonic6Memory()
913 while (loadMemory(synth, "sonic6", 0, bank * 10 + location, in sonic6Memory()
928 loadMemory(synth, "sonic6", 0, bank * 10 + location, in sonic6Memory()
941 while (loadMemory(synth, "sonic6", 0, bank * 10 + location, in sonic6Memory()
954 if (loadMemory(synth, "sonic6", 0, bank * 10 + location, in sonic6Memory()
[all …]
H A DbrightonProOne.c447 loadMemory(synth, "pro1", 0, synth->bank * 10 + synth->location, in midiCallback()
627 if (loadMemory(synth, "pro1", 0, in pro1Memory()
644 if (loadMemory(synth, "pro1", 0, in pro1Memory()
687 if (loadMemory(synth, "pro1", 0, in pro1Memory()
711 while (loadMemory(synth, "pro1", 0, bank * 10 + location, in pro1Memory()
726 loadMemory(synth, "pro1", 0, bank * 10 + location, in pro1Memory()
739 while (loadMemory(synth, "pro1", 0, bank * 10 + location, in pro1Memory()
754 loadMemory(synth, "pro1", 0, bank * 10 + location, in pro1Memory()
769 while (loadMemory(synth, "pro1", 0, bank * 10 + location, in pro1Memory()
782 if (loadMemory(synth, "pro1", 0, bank * 10 + location, in pro1Memory()
[all …]
H A DbrightonVox.c256 if (loadMemory(synth, synth->resources->name, 0, synth->location, in memCallback()
321 loadMemory(synth, synth->resources->name, 0, synth->location, in memCallback()
335 while (loadMemory(synth, synth->resources->name, 0, in memCallback()
352 while (loadMemory(synth, synth->resources->name, 0, in memCallback()
486 loadMemory(synth, synth->resources->name, 0, synth->bank + synth->location, in midiCallback()
759 loadMemory(synth, "vox", 0, synth->location, synth->mem.active, in voxConfigure()
H A DbrightonMini.h131 loadRoutine loadMemory; member
161 extern int loadMemory(guiSynth *, char *, char *, int, int, int, int);
H A DbrightonBME700.c560 loadMemory(synth, SYNTH_NAME, 0, synth->bank + synth->location, in midiCallback()
568 loadMemory(synth, SYNTH_NAME, 0, synth->bank + synth->location, in midiCallback()
601 loadMemory(synth, SYNTH_NAME, 0, synth->bank + synth->location, in BME700ModCallback()
606 loadMemory(synth, SYNTH_NAME, 0, synth->bank + synth->location, in BME700ModCallback()
637 loadMemory(synth, SYNTH_NAME, 0, synth->bank + synth->location, in BME700ModCallback()
658 if (loadMemory(synth, synth->resources->name, 0, in BME700ModCallback()
664 loadMemory(synth, SYNTH_NAME, 0, synth->bank + synth->location, in BME700ModCallback()
681 if (loadMemory(synth, synth->resources->name, 0, in BME700ModCallback()
687 loadMemory(synth, SYNTH_NAME, 0, synth->bank + synth->location, in BME700ModCallback()
1247 loadMemory(synth, SYNTH_NAME, 0, synth->bank + synth->location, in BME700Configure()
H A DbrightonSID.c786 loadMemory(synth, SYNTH_NAME, 0, synth->bank * 10 + from, in loadMemoryMidiShim()
795 loadMemory(synth, SYNTH_NAME, 0, location, in loadMemoryKeyShim()
1067 if (loadMemory(synth, SYNTH_NAME, 0, in sidMemory()
1084 if (loadMemory(synth, SYNTH_NAME, 0, in sidMemory()
1099 if (loadMemory(synth, SYNTH_NAME, 0, in sidMemory()
1136 if (loadMemory(synth, SYNTH_NAME, 0, in sidMemory()
1156 while (loadMemory(synth, SYNTH_NAME, 0, bank * 10 + location, in sidMemory()
1171 loadMemory(synth, SYNTH_NAME, 0, bank * 10 + location, in sidMemory()
1198 loadMemory(synth, SYNTH_NAME, 0, bank * 10 + location, in sidMemory()
1225 if (loadMemory(synth, SYNTH_NAME, 0, bank * 10 + location, in sidMemory()
[all …]
H A DbrightonJuno.c400 if (loadMemory(synth, "juno", 0, synth->bank + synth->location, in midiCallback()
410 if (loadMemory(synth, "juno", 0, synth->bank + synth->location, in midiCallback()
443 if (loadMemory(synth, "juno", 0, synth->bank + synth->location, in junoMemory()
450 if (loadMemory(synth, "juno", 0, synth->bank + synth->location, in junoMemory()
464 while (loadMemory(synth, "juno", 0, --synth->location, in junoMemory()
473 while (loadMemory(synth, "juno", 0, ++synth->location, in junoMemory()
850 loadMemory(synth, "juno", 0, synth->location, synth->mem.active, in junoConfigure()
H A DbrightonStratus.c603 loadMemory(synth, synth->resources->name, 0, synth->bank + synth->location, in stratusMidiCallback()
871 if (loadMemory(synth, synth->resources->name, 0, in stratusMemory()
888 if (loadMemory(synth, synth->resources->name, 0, in stratusMemory()
932 if (loadMemory(synth, synth->resources->name, 0, in stratusMemory()
952 while (loadMemory(synth, synth->resources->name, 0, bank * 10 + location, in stratusMemory()
967 loadMemory(synth, synth->resources->name, 0, bank * 10 + location, in stratusMemory()
980 while (loadMemory(synth, synth->resources->name, 0, bank * 10 + location, in stratusMemory()
995 loadMemory(synth, synth->resources->name, 0, bank * 10 + location, in stratusMemory()
1010 while (loadMemory(synth, synth->resources->name, 0, bank * 10 + location, in stratusMemory()
1023 if (loadMemory(synth, synth->resources->name, 0, bank * 10 + location, in stratusMemory()
[all …]
H A DbrightonControllers.c842 if (synth->loadMemory != NULL) in brightonControlKeyInput()
843 synth->loadMemory(synth, synth->resources->name, 0, in brightonControlKeyInput()
846 loadMemory(synth, synth->resources->name, 0, in brightonControlKeyInput()
855 if (synth->loadMemory != NULL) in brightonControlKeyInput()
856 synth->loadMemory(synth, synth->resources->name, 0, in brightonControlKeyInput()
860 loadMemory(synth, synth->resources->name, 0, in brightonControlKeyInput()
907 if (synth->loadMemory != NULL) in brightonControlKeyInput()
908 synth->loadMemory(synth, synth->resources->name, 0, in brightonControlKeyInput()
911 loadMemory(synth, synth->resources->name, 0, in brightonControlKeyInput()
924 if (synth->loadMemory != NULL) in brightonControlKeyInput()
[all …]
H A DbrightonProphet10.c492 loadMemory(synth, "prophet", 0, synth->bank + synth->location, in midiCallback()
1172 if (loadMemory(synth, "prophet", 0, in pro10MemoryLower()
1182 if (loadMemory(synth, "prophet", 0, in pro10MemoryLower()
1195 if (loadMemory(synth, "prophet", 0, in pro10MemoryLower()
1238 if (loadMemory(synth, "prophet", 0, in pro10MemoryLower()
1314 if (loadMemory(synth, "prophet", 0, in pro10Memory()
1324 if (loadMemory(synth, "prophet", 0, in pro10Memory()
1337 if (loadMemory(synth, "prophet", 0, in pro10Memory()
1381 if (loadMemory(synth, "prophet", 0, in pro10Memory()
2004 loadMemory(synth, "prophet", 0, initmem, synth->mem.active, 0, 0); in pro10Configure()
[all …]
H A DbrightonExplorer.c378 if (loadMemory(synth, "explorer", 0, synth->location, in midiCallback()
388 if (loadMemory(synth, "explorer", 0, synth->location, in midiCallback()
444 if (loadMemory(synth, "explorer", 0, synth->location, in explorerMemory()
451 if (loadMemory(synth, "explorer", 0, synth->location, in explorerMemory()
464 while (loadMemory(synth, "explorer", 0, ++synth->location, in explorerMemory()
473 while (loadMemory(synth, "explorer", 0, --synth->location, in explorerMemory()
1057 loadMemory(synth, "explorer", 0, synth->location, synth->mem.active, in explorerConfigure()
H A DbrightonMini.c367 if (loadMemory(synth, synth->resources->name, 0, in midiCallback()
377 if (loadMemory(synth, synth->resources->name, 0, in midiCallback()
432 if (loadMemory(synth, "mini", 0, synth->location, in miniMemory()
439 loadMemory(synth, "mini", 0, synth->location, synth->mem.active, in miniMemory()
450 while (loadMemory(synth, "mini", 0, --synth->location, in miniMemory()
462 while (loadMemory(synth, "mini", 0, ++synth->location, in miniMemory()
984 loadMemory(synth, "mini", 0, synth->location, synth->mem.active, in miniConfigure()
H A DbrightonProphet52.c338 loadMemory(synth, "prophet52", 0, synth->bank + synth->location, in midiCallback()
433 if (loadMemory(synth, "prophet52", 0, in prophet52Memory()
450 if (loadMemory(synth, "prophet52", 0, in prophet52Memory()
465 if (loadMemory(synth, "prophet52", 0, synth->bank + synth->location, in prophet52Memory()
488 if (loadMemory(synth, "prophet52", 0, in prophet52Memory()
849 loadMemory(synth, "prophet52", 0, initmem, synth->mem.active, FIRST_DEV, 0); in prophet52Configure()
H A DbrightonProphet.c357 loadMemory(synth, "prophet", 0, synth->bank + synth->location, in midiCallback()
456 if (loadMemory(synth, "prophet", 0, in prophetMemory()
473 if (loadMemory(synth, "prophet", 0, in prophetMemory()
488 if (loadMemory(synth, "prophet", 0, synth->bank + synth->location, in prophetMemory()
511 if (loadMemory(synth, "prophet", 0, in prophetMemory()
860 loadMemory(synth, "prophet", 0, initmem, synth->mem.active, FIRST_DEV, 0); in prophetConfigure()
H A DbrightonMemoryMoog.c563 loadMemory(synth, "memoryMoog", 0, location, synth->mem.active, 0, 0); in memoogloadMemory()
581 loadMemory(synth, "memoryMoog", 0, synth->location, in MMmidiCallback()
588 loadMemory(synth, "memoryMoog", 0, synth->location, in MMmidiCallback()
649 if (loadMemory(synth, "memoryMoog", 0, synth->location, in memMoogMemory()
656 loadMemory(synth, "memoryMoog", 0, synth->location, in memMoogMemory()
668 while (loadMemory(synth, "memoryMoog", 0, --synth->location, in memMoogMemory()
680 while (loadMemory(synth, "memoryMoog", 0, ++synth->location, in memMoogMemory()
1378 loadMemory(synth, "memoryMoog", 0, in memMoogConfigure()
1402 synth->loadMemory = (loadRoutine) memoogloadMemory; in memMoogConfigure()
H A DbrightonSID2.c1065 loadMemory(synth, SYNTH_NAME, 0, synth->bank * 10 + from, in loadMemoryMidiShim()
1336 if (loadMemory(synth, SYNTH_NAME, 0, in sid2Memory()
1353 if (loadMemory(synth, SYNTH_NAME, 0, in sid2Memory()
1368 if (loadMemory(synth, SYNTH_NAME, 0, in sid2Memory()
1403 if (loadMemory(synth, SYNTH_NAME, 0, in sid2Memory()
1423 while (loadMemory(synth, SYNTH_NAME, 0, bank * 10 + location, in sid2Memory()
1438 loadMemory(synth, SYNTH_NAME, 0, bank * 10 + location, in sid2Memory()
1450 while (loadMemory(synth, SYNTH_NAME, 0, bank * 10 + location, in sid2Memory()
1465 loadMemory(synth, SYNTH_NAME, 0, bank * 10 + location, in sid2Memory()
1479 while (loadMemory(synth, SYNTH_NAME, 0, bank * 10 + location, in sid2Memory()
[all …]
H A DbrightonSAks.c465 if (loadMemory(synth, "aks", 0, synth->location, in sAksMemory()
472 loadMemory(synth, "aks", 0, synth->location, in sAksMemory()
483 while (loadMemory(synth, "aks", 0, --synth->location, in sAksMemory()
494 while (loadMemory(synth, "aks", 0, ++synth->location, in sAksMemory()
901 loadMemory(synth, "aks", 0, synth->location, synth->mem.active, 0, 0); in sAksConfigure()
H A DbrightonVoyager.c370 loadMemory(synth, "explorer", 0, synth->bank + synth->location, in midiCallback()
410 loadMemory(synth, "explorer", 0, synth->location, synth->mem.active, in voyagerConfigure()
H A DbrightonMS20.c523 if (loadMemory(synth, "ms20", 0, synth->location, in ms20Memory()
530 if (loadMemory(synth, "ms20", 0, synth->location, in ms20Memory()
543 while (loadMemory(synth, "ms20", 0, ++synth->location, in ms20Memory()
552 while (loadMemory(synth, "ms20", 0, --synth->location, in ms20Memory()
1011 loadMemory(synth, "ms20", 0, synth->location, synth->mem.active, in ms20Configure()
H A DbrightonPoly.c380 loadMemory(synth, "mono", 0, location, synth->mem.active, FIRST_DEV, 0); in ploadMemory()
397 loadMemory(synth, "mono", 0, synth->bank + synth->location, in pmidiCallback()
570 loadMemory(synth, "mono", 0, synth->bank + synth->location, in polyMemory()
1076 loadMemory(synth, "mono", 0, initmem, synth->mem.active, FIRST_DEV, 0); in polyConfigure()
1101 synth->loadMemory = (loadRoutine) ploadMemory; in polyConfigure()
/dports/lang/polyml/polyml-5.8.2/mlsource/MLCompiler/CodeTree/X86Code/
H A DX86FOREIGNCALL.sml88 fun loadMemory(reg, base, offset, opSize) = function
101 | _ => loadMemory
524 (loadMemory(ecx, esp, 4, nativeWordOpSize) ::
714 loadMemory(esp, ebp, memRegStackPtr, OpSize32),
731 loadMemory(esp, ebp, memRegCStackPtr, OpSize32)
742 then [loadMemory(eax, esp, 4, OpSize32)]
1098 loadMemory(rsp, rbp, memRegStackPtr, nativeWordOpSize),
1111 then loadMemory(rcx, r10, ~112, nativeWordOpSize)
1122 loadMemory(rsp, rbp, memRegCStackPtr, nativeWordOpSize),
1617 loadMemory(rsp, rbp, memRegStackPtr, nativeWordOpSize),
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/glk/zcode/
H A Dmem.cpp39 loadMemory(); in initialize()
76 void Mem::loadMemory() { in loadMemory() function in Glk::ZCode::Mem
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/frotz/
H A Dmem.cpp39 loadMemory(); in initialize()
76 void Mem::loadMemory() { in loadMemory() function in Glk::Frotz::Mem

123