Home
last modified time | relevance | path

Searched refs:wram_second_half_r (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dnds.cpp608 map(0x10000, 0x13fff).rw(FUNC(nds_state::wram_second_half_r), FUNC(nds_state::wram_second_half_w)); in nds7_wram_map()
609 map(0x14000, 0x17fff).rw(FUNC(nds_state::wram_second_half_r), FUNC(nds_state::wram_second_half_w)); in nds7_wram_map()
617 map(0x08000, 0x0bfff).rw(FUNC(nds_state::wram_second_half_r), FUNC(nds_state::wram_second_half_w)); in nds9_wram_map()
618 map(0x0c000, 0x0ffff).rw(FUNC(nds_state::wram_second_half_r), FUNC(nds_state::wram_second_half_w)); in nds9_wram_map()
625 uint32_t nds_state::wram_second_half_r(offs_t offset) { return m_WRAM[offset+0x4000]; } in wram_second_half_r() function in nds_state
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dnds.cpp608 map(0x10000, 0x13fff).rw(FUNC(nds_state::wram_second_half_r), FUNC(nds_state::wram_second_half_w)); in nds7_wram_map()
609 map(0x14000, 0x17fff).rw(FUNC(nds_state::wram_second_half_r), FUNC(nds_state::wram_second_half_w)); in nds7_wram_map()
617 map(0x08000, 0x0bfff).rw(FUNC(nds_state::wram_second_half_r), FUNC(nds_state::wram_second_half_w)); in nds9_wram_map()
618 map(0x0c000, 0x0ffff).rw(FUNC(nds_state::wram_second_half_r), FUNC(nds_state::wram_second_half_w)); in nds9_wram_map()
625 uint32_t nds_state::wram_second_half_r(offs_t offset) { return m_WRAM[offset+0x4000]; } in wram_second_half_r() function in nds_state
/dports/emulators/mess/mame-mame0226/src/mame/includes/
H A Dnds.h41 uint32_t wram_second_half_r(offs_t offset);
/dports/emulators/mame/mame-mame0226/src/mame/includes/
H A Dnds.h41 uint32_t wram_second_half_r(offs_t offset);