Home
last modified time | relevance | path

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

/dports/audio/festalon/festalon/src/nes/
H A Dops.h280 case 0x85: ST_ZP(_A);
288 case 0x86: ST_ZP(_X);
292 case 0x84: ST_ZP(_Y);
331 case 0x87: ST_ZP(_A&_X);
H A Dx6502.c400 #define ST_ZP(r) {uint8 A; GetZP(A); WrRAM(X,A,r); break;} macro
/dports/emulators/mednafen/mednafen/src/nes/
H A Dops.h288 case 0x85: ST_ZP(CPU_A);
296 case 0x86: ST_ZP(CPU_X);
300 case 0x84: ST_ZP(CPU_Y);
339 case 0x87: ST_ZP(CPU_A&CPU_X);
H A Dx6502.cpp334 #define ST_ZP(r) {uint8 A; GetZP(A); WrMem(A,r); break;} macro
/dports/games/libretro-fceumm/libretro-fceumm-91ccd3b/src/
H A Dops.h285 case 0x85: ST_ZP(_A);
293 case 0x86: ST_ZP(_X);
297 case 0x84: ST_ZP(_Y);
336 case 0x87: ST_ZP(_A&_X);
H A Dx6502.c326 #define ST_ZP(r) { uint8 A; GetZP(A); WrRAM(A, r); break; } macro
/dports/games/libretro-beetle_pce_fast/beetle-pce-fast-libretro-67426f4/mednafen/pce_fast/
H A Dhuc6280_ops.h376 case 0x85: ST_ZP(HU_A);
385 case 0x86: ST_ZP(HU_X);
389 case 0x84: ST_ZP(HU_Y);
487 case 0x64: ST_ZP(0);
H A Dhuc6280.c463 #define ST_ZP(r) {uint8 EA; GetZP(EA); HU_Page1[EA] = r; break;} macro
/dports/games/libretro-beetle_pce/beetle-pce-libretro-945b7a7/mednafen/pce/
H A Dhuc6280_ops.inc394 case 0x85: ST_ZP(A);
403 case 0x86: ST_ZP(X);
407 case 0x84: ST_ZP(Y);
490 case 0x64: ST_ZP(0);
H A Dhuc6280.cpp407 #define ST_ZP(r) {unsigned int EA; GetZP(EA); ADDCYC(3); LastCycle(); WrMem(EA, r); break;} macro
/dports/emulators/mednafen/mednafen/src/pce/
H A Dhuc6280_ops.inc394 case 0x85: ST_ZP(A);
403 case 0x86: ST_ZP(X);
407 case 0x84: ST_ZP(Y);
490 case 0x64: ST_ZP(0);
H A Dhuc6280.cpp415 #define ST_ZP(r) {unsigned int EA; GetZP(EA); ADDCYC(3); LastCycle(); WrMem(EA, r); break;} macro
/dports/emulators/mednafen/mednafen/src/pce_fast/
H A Dhuc6280_ops.inc380 case 0x85: ST_ZP(HU_A);
389 case 0x86: ST_ZP(HU_X);
393 case 0x84: ST_ZP(HU_Y);
491 case 0x64: ST_ZP(0);
H A Dhuc6280.cpp470 #define ST_ZP(r) {uint8 EA; GetZP(EA); HU_Page1[EA] = r; break;} macro
/dports/games/libretro-beetle_supergrafx/beetle-supergrafx-libretro-c4dd156/mednafen/pce_fast/
H A Dhuc6280_ops.inc380 case 0x85: ST_ZP(HU_A);
389 case 0x86: ST_ZP(HU_X);
393 case 0x84: ST_ZP(HU_Y);
491 case 0x64: ST_ZP(0);
H A Dhuc6280.cpp467 #define ST_ZP(r) {uint8 EA; GetZP(EA); HU_Page1[EA] = r; break;} macro