Home
last modified time | relevance | path

Searched refs:i_outsw (Results 1 – 25 of 36) sorted by relevance

12

/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/cpu/nec/
H A Dnecinstr.h109 static void i_outsw(void);
362 i_outsw, /* 0x6f */
H A Dnec.c375 case 0x6f: CLK(2); if (c) do { i_outsw(); c--; } while (c>0 && !CF); I.regs.w[CW]=c; break;
403 case 0x6f: CLK(2); if (c) do { i_outsw(); c--; } while (c>0 && CF); I.regs.w[CW]=c; break;
426 OP( 0x6f, i_outsw ) { write_port(I.regs.w[DW],GetMemB(DS,I.regs.w[IX])); write_port((I.regs.w[DW…
752 case 0x6f: CLK(2); if (c) do { i_outsw(); c--; } while (c>0); I.regs.w[CW]=c; break;
779 case 0x6f: CLK(2); if (c) do { i_outsw(); c--; } while (c>0); I.regs.w[CW]=c; break;
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/cpu/nec/
H A Dnecinstr.h109 static void i_outsw(void);
362 i_outsw, /* 0x6f */
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/cpu/nec/
H A Dnecinstr.h110 static void i_outsw(void);
363 i_outsw, /* 0x6f */
H A Dnec.c410 case 0x6f: CLK(2); if (c) do { i_outsw(); c--; } while (c>0 && !CF); I.regs.w[CW]=c; break;
438 case 0x6f: CLK(2); if (c) do { i_outsw(); c--; } while (c>0 && CF); I.regs.w[CW]=c; break;
461 OP( 0x6f, i_outsw ) { write_port(I.regs.w[DW],GetMemB(DS,I.regs.w[IX])); write_port((I.regs.w[DW…
787 case 0x6f: CLK(2); if (c) do { i_outsw(); c--; } while (c>0); I.regs.w[CW]=c; break;
814 case 0x6f: CLK(2); if (c) do { i_outsw(); c--; } while (c>0); I.regs.w[CW]=c; break;
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/nec/
H A Dnecinstr.h109 static void i_outsw(nec_state_t *nec_state);
362 i_outsw, /* 0x6f */
H A Dv25instr.h111 static void i_outsw(nec_state_t *nec_state);
365 i_outsw, /* 0x6f */
H A Dnecinstr.c193 case 0x6f: CLK(2); if (c) do { i_outsw(nec_state); c--; } while (c>0 && !CF); Wreg(CW)=c; break;
221 case 0x6f: CLK(2); if (c) do { i_outsw(nec_state); c--; } while (c>0 && CF); Wreg(CW)=c; break;
244 OP( 0x6f, i_outsw ) { write_port_word(Wreg(DW),GetMemW(DS0,Wreg(IX))); Wreg(IX)+= -4 * nec_state…
571 case 0x6f: CLK(2); if (c) do { i_outsw(nec_state); c--; } while (c>0); Wreg(CW)=c; break;
598 case 0x6f: CLK(2); if (c) do { i_outsw(nec_state); c--; } while (c>0); Wreg(CW)=c; break;
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/cpu/nec/
H A Dnecinstr.h109 static void i_outsw(nec_state_t *nec_state);
362 i_outsw, /* 0x6f */
H A Dv25instr.h111 static void i_outsw(nec_state_t *nec_state);
365 i_outsw, /* 0x6f */
H A Dnecinstr.c193 case 0x6f: CLK(2); if (c) do { i_outsw(nec_state); c--; } while (c>0 && !CF); Wreg(CW)=c; break;
221 case 0x6f: CLK(2); if (c) do { i_outsw(nec_state); c--; } while (c>0 && CF); Wreg(CW)=c; break;
244 OP( 0x6f, i_outsw ) { write_port_word(Wreg(DW),GetMemW(DS0,Wreg(IX))); Wreg(IX)+= -4 * nec_state…
571 case 0x6f: CLK(2); if (c) do { i_outsw(nec_state); c--; } while (c>0); Wreg(CW)=c; break;
598 case 0x6f: CLK(2); if (c) do { i_outsw(nec_state); c--; } while (c>0); Wreg(CW)=c; break;
/dports/emulators/mess/mame-mame0226/src/devices/cpu/v30mz/
H A Dv30mz.h123 inline void i_outsw(); in DECLARE_DEVICE_TYPE()
H A Dv30mz.cpp845 inline void v30mz_cpu_device::i_outsw() in i_outsw() function in v30mz_cpu_device
2299 …case 0x6f: CLK(2); if (c) do { i_outsw(); c--; } while (c>0 && !CF); m_regs.w[CW]=c; m_seg_prefix… in execute_run()
2330 …case 0x6f: CLK(2); if (c) do { i_outsw(); c--; } while (c>0 && CF); m_regs.w[CW]=c; m_seg_pref… in execute_run()
2398 i_outsw(); in execute_run()
3378 …case 0x6f: CLK(3); if (c) do { i_outsw(); c--; } while (c>0); m_regs.w[CW]=c; m_seg_pref… in execute_run()
3408 …case 0x6f: CLK(3); if (c) do { i_outsw(); c--; } while (c>0); m_regs.w[CW]=c; m_seg_pref… in execute_run()
/dports/emulators/mame/mame-mame0226/src/devices/cpu/v30mz/
H A Dv30mz.h123 inline void i_outsw(); in DECLARE_DEVICE_TYPE()
H A Dv30mz.cpp845 inline void v30mz_cpu_device::i_outsw() in i_outsw() function in v30mz_cpu_device
2299 …case 0x6f: CLK(2); if (c) do { i_outsw(); c--; } while (c>0 && !CF); m_regs.w[CW]=c; m_seg_prefix… in execute_run()
2330 …case 0x6f: CLK(2); if (c) do { i_outsw(); c--; } while (c>0 && CF); m_regs.w[CW]=c; m_seg_pref… in execute_run()
2398 i_outsw(); in execute_run()
3378 …case 0x6f: CLK(3); if (c) do { i_outsw(); c--; } while (c>0); m_regs.w[CW]=c; m_seg_pref… in execute_run()
3408 …case 0x6f: CLK(3); if (c) do { i_outsw(); c--; } while (c>0); m_regs.w[CW]=c; m_seg_pref… in execute_run()
/dports/emulators/mess/mame-mame0226/src/devices/cpu/nec/
H A Dv25instr.h116 &v25_common_device::i_outsw, /* 0x6f */
H A Dnecinstr.hxx193 case 0x6f: CLK(2); if (c) do { i_outsw(); c--; } while (c>0 && !CF); Wreg(CW)=c; break;
221 case 0x6f: CLK(2); if (c) do { i_outsw(); c--; } while (c>0 && CF); Wreg(CW)=c; break;
244 OP( 0x6f, i_outsw ) { write_port_word(Wreg(DW),GetMemW(DS0,Wreg(IX))); Wreg(IX)+= -4 * m_DF + 2;…
571 case 0x6f: CLK(2); if (c) do { i_outsw(); c--; } while (c>0); Wreg(CW)=c; break;
598 case 0x6f: CLK(2); if (c) do { i_outsw(); c--; } while (c>0); Wreg(CW)=c; break;
H A Dnec.h260 void i_outsw();
H A Dv25.h368 void i_outsw();
/dports/emulators/mame/mame-mame0226/src/devices/cpu/nec/
H A Dv25instr.h116 &v25_common_device::i_outsw, /* 0x6f */
H A Dnecinstr.hxx193 case 0x6f: CLK(2); if (c) do { i_outsw(); c--; } while (c>0 && !CF); Wreg(CW)=c; break;
221 case 0x6f: CLK(2); if (c) do { i_outsw(); c--; } while (c>0 && CF); Wreg(CW)=c; break;
244 OP( 0x6f, i_outsw ) { write_port_word(Wreg(DW),GetMemW(DS0,Wreg(IX))); Wreg(IX)+= -4 * m_DF + 2;…
571 case 0x6f: CLK(2); if (c) do { i_outsw(); c--; } while (c>0); Wreg(CW)=c; break;
598 case 0x6f: CLK(2); if (c) do { i_outsw(); c--; } while (c>0); Wreg(CW)=c; break;
H A Dv25.h368 void i_outsw();
H A Dnec.h260 void i_outsw();
/dports/emulators/mess/mame-mame0226/src/devices/cpu/i86/
H A Di86.h201 inline void i_outsw();
/dports/emulators/mame/mame-mame0226/src/devices/cpu/i86/
H A Di86.h201 inline void i_outsw();

12