Home
last modified time | relevance | path

Searched refs:xch_a_xr0 (Results 1 – 10 of 10) sorted by relevance

/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/i8x41/
H A Dmcs48.cpp1041 OPHANDLER( xch_a_xr0 ) { burn_cycles(1); UINT8 tmp = mcs48->a; mcs48->a = ram_r(R0); ram_w(R0,… in OPHANDLER() argument
1073 …OP(xch_a_xr0), OP(xch_a_xr1), OP(illegal), OP(mov_a_n), OP(jmp_1), OP(en_tcnti), OP(jn…
1109 …OP(xch_a_xr0), OP(xch_a_xr1), OP(in_a_dbb), OP(mov_a_n), OP(jmp_1), OP(en_tcnti), OP(jn…
1145 …OP(xch_a_xr0), OP(xch_a_xr1), OP(illegal), OP(mov_a_n), OP(jmp_1), OP(illegal), OP(il…
1181 …OP(xch_a_xr0), OP(xch_a_xr1), OP(illegal), OP(mov_a_n), OP(jmp_1), OP(en_tcnti), OP(jn…
/dports/emulators/mess/mame-mame0226/src/devices/cpu/mcs48/
H A Dmcs48.cpp910 OPHANDLER( xch_a_xr0 ) { burn_cycles(1); uint8_t tmp = m_a; m_a = ram_r(R0); ram_w(R0, tmp); } in OPHANDLER() argument
942 …OP(xch_a_xr0), OP(xch_a_xr1), OP(illegal), OP(mov_a_n), OP(jmp_1), OP(en_tcnti), OP(jn…
978 …OP(xch_a_xr0), OP(xch_a_xr1), OP(in_a_dbb), OP(mov_a_n), OP(jmp_1), OP(en_tcnti), OP(jn…
1014 …OP(xch_a_xr0), OP(xch_a_xr1), OP(illegal), OP(mov_a_n), OP(jmp_1), OP(illegal), OP(il…
1050 …OP(xch_a_xr0), OP(xch_a_xr1), OP(illegal), OP(mov_a_n), OP(jmp_1), OP(en_tcnti), OP(jn…
H A Dmcs48.h492 void xch_a_xr0(); in DECLARE_DEVICE_TYPE()
/dports/emulators/mame/mame-mame0226/src/devices/cpu/mcs48/
H A Dmcs48.cpp910 OPHANDLER( xch_a_xr0 ) { burn_cycles(1); uint8_t tmp = m_a; m_a = ram_r(R0); ram_w(R0, tmp); } in OPHANDLER() argument
942 …OP(xch_a_xr0), OP(xch_a_xr1), OP(illegal), OP(mov_a_n), OP(jmp_1), OP(en_tcnti), OP(jn…
978 …OP(xch_a_xr0), OP(xch_a_xr1), OP(in_a_dbb), OP(mov_a_n), OP(jmp_1), OP(en_tcnti), OP(jn…
1014 …OP(xch_a_xr0), OP(xch_a_xr1), OP(illegal), OP(mov_a_n), OP(jmp_1), OP(illegal), OP(il…
1050 …OP(xch_a_xr0), OP(xch_a_xr1), OP(illegal), OP(mov_a_n), OP(jmp_1), OP(en_tcnti), OP(jn…
H A Dmcs48.h492 void xch_a_xr0(); in DECLARE_DEVICE_TYPE()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/cpu/i8039/
H A Di8039.c500 static void xch_a_xr0(void) { UINT8 i=R.A; R.A=intRAM[R0 & 0x7f]; intRAM[R0 & 0x7f]=i; } in xch_a_xr0() function
522 …{1, xch_a_xr0 },{1, xch_a_xr1 },{0, illegal },{2, mov_a_n },{2, jmp_1 },{1, en_tcnti },{2, …
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/cpu/i8039/
H A Di8039.c497 static void xch_a_xr0(void) { UINT8 i=R.A; R.A=intRAM[R0 & 0x7f]; intRAM[R0 & 0x7f]=i; } in xch_a_xr0() function
519 …{1, xch_a_xr0 },{1, xch_a_xr1 },{0, illegal },{2, mov_a_n },{2, jmp_1 },{1, en_tcnti },{2, …
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/i8039/
H A Di8039.cpp631 static void xch_a_xr0(void) { UINT8 i=R.A; R.A=INTRAM_R(R0); INTRAM_W(R0, i); } in xch_a_xr0() function
653 …{1, xch_a_xr0 },{1, xch_a_xr1 },{0, illegal },{2, mov_a_n },{2, jmp_1 },{1, en_tcnti },{2, jn…
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/cpu/i8039/
H A Di8039.cpp626 static void xch_a_xr0(void) { UINT8 i=R.A; R.A=INTRAM_R(R0); INTRAM_W(R0, i); } in xch_a_xr0() function
648 …{1, xch_a_xr0 },{1, xch_a_xr1 },{0, illegal },{2, mov_a_n },{2, jmp_1 },{1, en_tcnti },{2, jn…
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/cpu/i8039/
H A Di8039.c555 static void xch_a_xr0(void) { UINT8 i=R.A; R.A=intRAM[R0 & 0x7f]; intRAM[R0 & 0x7f]=i; } in xch_a_xr0() function
577 …{1, xch_a_xr0 },{1, xch_a_xr1 },{0, illegal },{2, mov_a_n },{2, jmp_1 },{1, en_tcnti },{2, …