Home
last modified time | relevance | path

Searched refs:int_modifier (Results 1 – 8 of 8) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/devices/cpu/sharc/
H A Dsharcdma.hxx16 uint32_t int_modifier = dm_read32(op_ptr - 1); in schedule_chained_dma_op() local
35 m_core->dma_op[channel].src_modifier = int_modifier; in schedule_chained_dma_op()
44 m_core->dma_op[channel].dst_modifier = int_modifier; in schedule_chained_dma_op()
204 src_modifier = m_core->dma[channel].int_modifier; in sharc_dma_exec()
213 dst_modifier = m_core->dma[channel].int_modifier; in sharc_dma_exec()
H A Dsharc.cpp353 case 0x41: m_core->dma[6].int_modifier = data; return; in iop_w()
370 case 0x49: m_core->dma[7].int_modifier = data; return; in iop_w()
460 m_core->dma[6].int_index += m_core->dma[6].int_modifier; in external_dma_write()
629 elem.int_modifier = 0; in device_start()
716 save_item(NAME(m_core->dma[saveindex].int_modifier), saveindex); in device_start()
907 m_core->dma[6].int_modifier = 1; in device_reset()
924 m_core->dma[6].int_modifier = 1; in device_reset()
H A Dsharc.h244 uint32_t int_modifier; member
/dports/emulators/mame/mame-mame0226/src/devices/cpu/sharc/
H A Dsharcdma.hxx16 uint32_t int_modifier = dm_read32(op_ptr - 1); in schedule_chained_dma_op() local
35 m_core->dma_op[channel].src_modifier = int_modifier; in schedule_chained_dma_op()
44 m_core->dma_op[channel].dst_modifier = int_modifier; in schedule_chained_dma_op()
204 src_modifier = m_core->dma[channel].int_modifier; in sharc_dma_exec()
213 dst_modifier = m_core->dma[channel].int_modifier; in sharc_dma_exec()
H A Dsharc.cpp353 case 0x41: m_core->dma[6].int_modifier = data; return; in iop_w()
370 case 0x49: m_core->dma[7].int_modifier = data; return; in iop_w()
460 m_core->dma[6].int_index += m_core->dma[6].int_modifier; in external_dma_write()
629 elem.int_modifier = 0; in device_start()
716 save_item(NAME(m_core->dma[saveindex].int_modifier), saveindex); in device_start()
907 m_core->dma[6].int_modifier = 1; in device_reset()
924 m_core->dma[6].int_modifier = 1; in device_reset()
H A Dsharc.h244 uint32_t int_modifier; member
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dmagic.cpp1233 const float int_modifier = ( guy.get_int() - 8.0f ) / 8.0f; in exp_modifier() local
1237 return ( int_modifier + difficulty_modifier + spellcraft_modifier ) / 5.0f + 1.0f; in exp_modifier()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dmagic.cpp1233 const float int_modifier = ( guy.get_int() - 8.0f ) / 8.0f; in exp_modifier() local
1237 return ( int_modifier + difficulty_modifier + spellcraft_modifier ) / 5.0f + 1.0f; in exp_modifier()