Home
last modified time | relevance | path

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

/dports/emulators/mess/mame-mame0226/src/devices/cpu/t11/
H A Dt11.h179 void dec_ded(uint16_t op);
H A Dt11ops.hxx396 void t11_device::dec_ded(uint16_t op) { m_icount -= 30; { DEC_M(DED); } } in dec_ded() function in t11_device
H A Dt11table.hxx81 …OP(dec_rg), OP(dec_rgd), OP(dec_in), OP(dec_ind), OP(dec_de), OP(dec_ded), OP…
/dports/emulators/mame/mame-mame0226/src/devices/cpu/t11/
H A Dt11.h179 void dec_ded(uint16_t op);
H A Dt11ops.hxx396 void t11_device::dec_ded(uint16_t op) { m_icount -= 30; { DEC_M(DED); } } in dec_ded() function in t11_device
H A Dt11table.hxx81 …OP(dec_rg), OP(dec_rgd), OP(dec_in), OP(dec_ind), OP(dec_de), OP(dec_ded), OP…
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/cpu/t11/
H A Dt11table.c95 static void dec_ded(void);
1168 dec_rg, dec_rgd, dec_in, dec_ind, dec_de, dec_ded, dec_ix, dec_ixd,
H A Dt11ops.c355 static void dec_ded(void) { DEC_M(DED); } in dec_ded() function
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/cpu/t11/
H A Dt11table.c95 static void dec_ded(void);
1168 dec_rg, dec_rgd, dec_in, dec_ind, dec_de, dec_ded, dec_ix, dec_ixd,
H A Dt11ops.c357 static void dec_ded(void) { t11_ICount -= 30; { DEC_M(DED); } } in dec_ded() function
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/cpu/t11/
H A Dt11table.c95 static void dec_ded(void);
1168 dec_rg, dec_rgd, dec_in, dec_ind, dec_de, dec_ded, dec_ix, dec_ixd,
H A Dt11ops.c357 static void dec_ded(void) { t11_ICount -= 30; { DEC_M(DED); } } in dec_ded() function