Home
last modified time | relevance | path

Searched refs:cpuDmaCount (Results 1 – 12 of 12) sorted by relevance

/dports/emulators/vba/VisualBoyAdvance-1.7.2/src/
H A DEEprom.cpp23 extern int cpuDmaCount;
113 if(cpuDmaCount == 0) in eepromWrite()
130 if(cpuDmaCount == 0x11 || cpuDmaCount == 0x51) { in eepromWrite()
H A DGBAinline.h237 extern int cpuDmaCount; in CPUReadHalfWord()
238 if(cpuDmaHack && cpuDmaCount) { in CPUReadHalfWord()
H A DGBA.cpp63 int cpuDmaCount = 0; variable
1871 cpuDmaCount = c; in doDMA()
1910 cpuDmaCount = 0; in doDMA()
/dports/games/libretro-beetle_gba/beetle-gba-libretro-8d1e421/mednafen/gba/
H A Deeprom.cpp30 extern int cpuDmaCount;
175 if(cpuDmaCount == 0) in eepromWrite()
192 if(cpuDmaCount == 0x11 || cpuDmaCount == 0x51) { in eepromWrite()
H A DGBA.cpp65 int cpuDmaCount = 0; variable
258 SFVAR(cpuDmaCount), in StateAction()
1285 cpuDmaCount = c; \
1328 cpuDmaCount = 0; \
/dports/emulators/visualboyadvance-m/visualboyadvance-m-VBA-M_Beta_2/src/gba/
H A DEEprom.cpp7 extern int cpuDmaCount;
144 if(cpuDmaCount == 0) in eepromWrite()
161 if(cpuDmaCount == 0x11 || cpuDmaCount == 0x51) { in eepromWrite()
H A DGBA.cpp51 int cpuDmaCount = 0; variable
2417 cpuDmaCount = c; in doDMA()
2466 cpuDmaCount = 0; in doDMA()
/dports/emulators/mednafen/mednafen/src/gba/
H A Deeprom.cpp34 extern int cpuDmaCount;
174 if(cpuDmaCount == 0) in eepromWrite()
191 if(cpuDmaCount == 0x11 || cpuDmaCount == 0x51) { in eepromWrite()
H A DGBA.cpp82 int cpuDmaCount = 0; variable
270 SFVAR(cpuDmaCount), in StateAction()
1309 cpuDmaCount = c; \
1352 cpuDmaCount = 0; \
/dports/games/libretro-vbanext/vba-next-c24bf52/src/
H A Dglobals.h24 extern int cpuDmaCount;
H A Dmemory.cpp440 if(cpuDmaCount == 0) in eepromWrite()
457 if(cpuDmaCount == 0x11 || cpuDmaCount == 0x51) { in eepromWrite()
H A Dgba.cpp779 int cpuDmaCount = 0; variable
11815 cpuDmaCount = c; in doDMA()
11878 cpuDmaCount = 0; in doDMA()