Home
last modified time | relevance | path

Searched refs:hp9k_videoram_w (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dhp9k.cpp153 void hp9k_videoram_w(offs_t offset, uint16_t data, uint16_t mem_mask = ~0);
257 void hp9k_state::hp9k_videoram_w(offs_t offset, uint16_t data, uint16_t mem_mask) in hp9k_videoram_w() function in hp9k_state
317 map(0x510000, 0x51ffff).rw(FUNC(hp9k_state::hp9k_videoram_r), FUNC(hp9k_state::hp9k_videoram_w)); in hp9k_mem()
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dhp9k.cpp153 void hp9k_videoram_w(offs_t offset, uint16_t data, uint16_t mem_mask = ~0);
257 void hp9k_state::hp9k_videoram_w(offs_t offset, uint16_t data, uint16_t mem_mask) in hp9k_videoram_w() function in hp9k_state
317 map(0x510000, 0x51ffff).rw(FUNC(hp9k_state::hp9k_videoram_r), FUNC(hp9k_state::hp9k_videoram_w)); in hp9k_mem()