Searched refs:hsync_ram_w (Results 1 – 6 of 6) sorted by relevance
/dports/emulators/mess/mame-mame0226/src/mame/includes/ |
H A D | beathead.h | 53 void hsync_ram_w(offs_t offset, uint32_t data, uint32_t mem_mask = ~0);
|
/dports/emulators/mame/mame-mame0226/src/mame/includes/ |
H A D | beathead.h | 53 void hsync_ram_w(offs_t offset, uint32_t data, uint32_t mem_mask = ~0);
|
/dports/emulators/mess/mame-mame0226/src/mame/video/ |
H A D | beathead.cpp | 119 void beathead_state::hsync_ram_w(offs_t offset, uint32_t data, uint32_t mem_mask) in hsync_ram_w() function in beathead_state
|
/dports/emulators/mame/mame-mame0226/src/mame/video/ |
H A D | beathead.cpp | 119 void beathead_state::hsync_ram_w(offs_t offset, uint32_t data, uint32_t mem_mask) in hsync_ram_w() function in beathead_state
|
/dports/emulators/mess/mame-mame0226/src/mame/drivers/ |
H A D | beathead.cpp | 268 …map(0x43000000, 0x43000007).rw(FUNC(beathead_state::hsync_ram_r), FUNC(beathead_state::hsync_ram_w… in main_map()
|
/dports/emulators/mame/mame-mame0226/src/mame/drivers/ |
H A D | beathead.cpp | 268 …map(0x43000000, 0x43000007).rw(FUNC(beathead_state::hsync_ram_r), FUNC(beathead_state::hsync_ram_w… in main_map()
|