Home
last modified time | relevance | path

Searched refs:mid_videoram_w (Results 1 – 14 of 14) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dpzletime.cpp67 void mid_videoram_w(offs_t offset, uint16_t data, uint16_t mem_mask = ~0);
169 void pzletime_state::mid_videoram_w(offs_t offset, uint16_t data, uint16_t mem_mask) in mid_videoram_w() function in pzletime_state
228 map(0xc00000, 0xc00fff).ram().w(FUNC(pzletime_state::mid_videoram_w)).share("mid_videoram"); in pzletime_map()
H A Daquarium.cpp102 map(0xc00000, 0xc00fff).ram().w(FUNC(aquarium_state::mid_videoram_w)).share("mid_videoram"); in main_map()
H A Doneshot.cpp204 …map(0x180000, 0x180fff).ram().w(FUNC(oneshot_state::mid_videoram_w)).share("mid_videoram"); // som… in mem_map()
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dpzletime.cpp67 void mid_videoram_w(offs_t offset, uint16_t data, uint16_t mem_mask = ~0);
169 void pzletime_state::mid_videoram_w(offs_t offset, uint16_t data, uint16_t mem_mask) in mid_videoram_w() function in pzletime_state
228 map(0xc00000, 0xc00fff).ram().w(FUNC(pzletime_state::mid_videoram_w)).share("mid_videoram"); in pzletime_map()
H A Daquarium.cpp102 map(0xc00000, 0xc00fff).ram().w(FUNC(aquarium_state::mid_videoram_w)).share("mid_videoram"); in main_map()
H A Doneshot.cpp204 …map(0x180000, 0x180fff).ram().w(FUNC(oneshot_state::mid_videoram_w)).share("mid_videoram"); // som… in mem_map()
/dports/emulators/mess/mame-mame0226/src/mame/includes/
H A Daquarium.h75 void mid_videoram_w(offs_t offset, u16 data, u16 mem_mask = ~0);
H A Doneshot.h78 void mid_videoram_w(offs_t offset, u16 data, u16 mem_mask = ~0);
/dports/emulators/mame/mame-mame0226/src/mame/includes/
H A Daquarium.h75 void mid_videoram_w(offs_t offset, u16 data, u16 mem_mask = ~0);
H A Doneshot.h78 void mid_videoram_w(offs_t offset, u16 data, u16 mem_mask = ~0);
/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Daquarium.cpp37 void aquarium_state::mid_videoram_w(offs_t offset, u16 data, u16 mem_mask) in mid_videoram_w() function in aquarium_state
H A Doneshot.cpp31 void oneshot_state::mid_videoram_w(offs_t offset, u16 data, u16 mem_mask) in mid_videoram_w() function in oneshot_state
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Daquarium.cpp37 void aquarium_state::mid_videoram_w(offs_t offset, u16 data, u16 mem_mask) in mid_videoram_w() function in aquarium_state
H A Doneshot.cpp31 void oneshot_state::mid_videoram_w(offs_t offset, u16 data, u16 mem_mask) in mid_videoram_w() function in oneshot_state