Home
last modified time | relevance | path

Searched refs:ecc_w (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dsun3.cpp280 void ecc_w(offs_t offset, uint32_t data, uint32_t mem_mask = ~0);
790 map(0x001e0000, 0x001e00ff).rw(FUNC(sun3_state::ecc_r), FUNC(sun3_state::ecc_w)); in vmetype1space_map()
883 void sun3_state::ecc_w(offs_t offset, uint32_t data, uint32_t mem_mask) in ecc_w() function in sun3_state
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dsun3.cpp280 void ecc_w(offs_t offset, uint32_t data, uint32_t mem_mask = ~0);
790 map(0x001e0000, 0x001e00ff).rw(FUNC(sun3_state::ecc_r), FUNC(sun3_state::ecc_w)); in vmetype1space_map()
883 void sun3_state::ecc_w(offs_t offset, uint32_t data, uint32_t mem_mask) in ecc_w() function in sun3_state
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Derror.d472 static error_code_converter_t *ecc_w = (error_code_converter_t*)1; variable
474 convert_error_code(e,&ecc_w,"errno_to_symbol_w")