Home
last modified time | relevance | path

Searched refs:LD_ZP (Results 1 – 16 of 16) sorted by relevance

/dports/games/libretro-beetle_pce_fast/beetle-pce-fast-libretro-67426f4/mednafen/pce_fast/
H A Dhuc6280_ops.h281 case 0x65: LD_ZP(ADC);
291 case 0x25: LD_ZP(AND);
301 case 0x24: LD_ZP(BIT);
307 case 0xC5: LD_ZP(CMP);
317 case 0xE4: LD_ZP(CPX);
321 case 0xC4: LD_ZP(CPY);
325 case 0x45: LD_ZP(EOR);
335 case 0xA5: LD_ZP(LDA);
345 case 0xA6: LD_ZP(LDX);
351 case 0xA4: LD_ZP(LDY);
[all …]
H A Dhuc6280.c439 #define LD_ZP(op) { uint8 EA; uint8 x; GetZP(EA); x=HU_Page1[EA]; op; break; } macro
/dports/emulators/mednafen/mednafen/src/pce_fast/
H A Dhuc6280_ops.inc285 case 0x65: LD_ZP(ADC);
295 case 0x25: LD_ZP(AND);
305 case 0x24: LD_ZP(BIT);
311 case 0xC5: LD_ZP(CMP);
321 case 0xE4: LD_ZP(CPX);
325 case 0xC4: LD_ZP(CPY);
329 case 0x45: LD_ZP(EOR);
339 case 0xA5: LD_ZP(LDA);
349 case 0xA6: LD_ZP(LDX);
355 case 0xA4: LD_ZP(LDY);
[all …]
H A Dhuc6280.cpp446 #define LD_ZP(op) { uint8 EA; uint8 x; GetZP(EA); x=HU_Page1[EA]; op; break; } macro
/dports/games/libretro-beetle_supergrafx/beetle-supergrafx-libretro-c4dd156/mednafen/pce_fast/
H A Dhuc6280_ops.inc285 case 0x65: LD_ZP(ADC);
295 case 0x25: LD_ZP(AND);
305 case 0x24: LD_ZP(BIT);
311 case 0xC5: LD_ZP(CMP);
321 case 0xE4: LD_ZP(CPX);
325 case 0xC4: LD_ZP(CPY);
329 case 0x45: LD_ZP(EOR);
339 case 0xA5: LD_ZP(LDA);
349 case 0xA6: LD_ZP(LDX);
355 case 0xA4: LD_ZP(LDY);
[all …]
H A Dhuc6280.cpp443 #define LD_ZP(op) { uint8 EA; uint8 x; GetZP(EA); x=HU_Page1[EA]; op; break; } macro
/dports/games/libretro-beetle_pce/beetle-pce-libretro-945b7a7/mednafen/pce/
H A Dhuc6280_ops.inc299 case 0x65: LD_ZP(ADC);
309 case 0x25: LD_ZP(AND);
319 case 0x24: LD_ZP(BIT);
325 case 0xC5: LD_ZP(CMP);
335 case 0xE4: LD_ZP(CPX);
339 case 0xC4: LD_ZP(CPY);
343 case 0x45: LD_ZP(EOR);
353 case 0xA5: LD_ZP(LDA);
363 case 0xA6: LD_ZP(LDX);
369 case 0xA4: LD_ZP(LDY);
[all …]
H A Dhuc6280.cpp375 #define LD_ZP(op) {unsigned int EA; uint8 x; GetZP(EA); ADDCYC(3); LastCycle(); x=RdMem(EA); op; … macro
389 #define LD_IM_ZP(op) LD_IM_TST(LD_ZP(TST), zoomhack);
/dports/emulators/mednafen/mednafen/src/pce/
H A Dhuc6280_ops.inc299 case 0x65: LD_ZP(ADC);
309 case 0x25: LD_ZP(AND);
319 case 0x24: LD_ZP(BIT);
325 case 0xC5: LD_ZP(CMP);
335 case 0xE4: LD_ZP(CPX);
339 case 0xC4: LD_ZP(CPY);
343 case 0x45: LD_ZP(EOR);
353 case 0xA5: LD_ZP(LDA);
363 case 0xA6: LD_ZP(LDX);
369 case 0xA4: LD_ZP(LDY);
[all …]
H A Dhuc6280.cpp383 #define LD_ZP(op) {unsigned int EA; uint8 x; GetZP(EA); ADDCYC(3); LastCycle(); x=RdMem(EA); op; br… macro
397 #define LD_IM_ZP(op) LD_IM_TST(LD_ZP(TST), zoomhack);
/dports/audio/festalon/festalon/src/nes/
H A Dops.h194 case 0x65: LD_ZP(ADC);
203 case 0x25: LD_ZP(AND);
211 case 0x24: LD_ZP(BIT);
215 case 0xC5: LD_ZP(CMP);
224 case 0xE4: LD_ZP(CPX);
228 case 0xC4: LD_ZP(CPY);
232 case 0x45: LD_ZP(EOR);
241 case 0xA5: LD_ZP(LDA);
250 case 0xA6: LD_ZP(LDX);
256 case 0xA4: LD_ZP(LDY);
[all …]
H A Dx6502.c390 #define LD_ZP(op) {uint8 A; uint8 x; GetZP(A); x=RdRAM(X,A); op; break;} macro
/dports/emulators/mednafen/mednafen/src/nes/
H A Dops.h202 case 0x65: LD_ZP(ADC);
211 case 0x25: LD_ZP(AND);
219 case 0x24: LD_ZP(BIT);
223 case 0xC5: LD_ZP(CMP);
232 case 0xE4: LD_ZP(CPX);
236 case 0xC4: LD_ZP(CPY);
240 case 0x45: LD_ZP(EOR);
249 case 0xA5: LD_ZP(LDA);
258 case 0xA6: LD_ZP(LDX);
264 case 0xA4: LD_ZP(LDY);
[all …]
H A Dx6502.cpp324 #define LD_ZP(op) {uint8 A; uint8 x; GetZP(A); x=RdMem(A); op; break;} macro
/dports/games/libretro-fceumm/libretro-fceumm-91ccd3b/src/
H A Dops.h199 case 0x65: LD_ZP(ADC);
208 case 0x25: LD_ZP(AND);
216 case 0x24: LD_ZP(BIT);
220 case 0xC5: LD_ZP(CMP);
229 case 0xE4: LD_ZP(CPX);
233 case 0xC4: LD_ZP(CPY);
237 case 0x45: LD_ZP(EOR);
246 case 0xA5: LD_ZP(LDA);
255 case 0xA6: LD_ZP(LDX);
261 case 0xA4: LD_ZP(LDY);
[all …]
H A Dx6502.c316 #define LD_ZP(op) { uint8 A; uint8 x; GetZP(A); x = RdRAM(A); op; break; } macro