/dports/emulators/mess/mame-mame0226/src/mame/drivers/ |
H A D | pzletime.cpp | 67 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 D | aquarium.cpp | 102 map(0xc00000, 0xc00fff).ram().w(FUNC(aquarium_state::mid_videoram_w)).share("mid_videoram"); in main_map()
|
H A D | oneshot.cpp | 204 …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 D | pzletime.cpp | 67 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 D | aquarium.cpp | 102 map(0xc00000, 0xc00fff).ram().w(FUNC(aquarium_state::mid_videoram_w)).share("mid_videoram"); in main_map()
|
H A D | oneshot.cpp | 204 …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 D | aquarium.h | 75 void mid_videoram_w(offs_t offset, u16 data, u16 mem_mask = ~0);
|
H A D | oneshot.h | 78 void mid_videoram_w(offs_t offset, u16 data, u16 mem_mask = ~0);
|
/dports/emulators/mame/mame-mame0226/src/mame/includes/ |
H A D | aquarium.h | 75 void mid_videoram_w(offs_t offset, u16 data, u16 mem_mask = ~0);
|
H A D | oneshot.h | 78 void mid_videoram_w(offs_t offset, u16 data, u16 mem_mask = ~0);
|
/dports/emulators/mess/mame-mame0226/src/mame/video/ |
H A D | aquarium.cpp | 37 void aquarium_state::mid_videoram_w(offs_t offset, u16 data, u16 mem_mask) in mid_videoram_w() function in aquarium_state
|
H A D | oneshot.cpp | 31 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 D | aquarium.cpp | 37 void aquarium_state::mid_videoram_w(offs_t offset, u16 data, u16 mem_mask) in mid_videoram_w() function in aquarium_state
|
H A D | oneshot.cpp | 31 void oneshot_state::mid_videoram_w(offs_t offset, u16 data, u16 mem_mask) in mid_videoram_w() function in oneshot_state
|