Home
last modified time | relevance | path

Searched refs:static_mem_write (Results 1 – 6 of 6) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/mame/machine/
H A Dfmt_icmem.h41 void static_mem_write(offs_t offset, uint8_t data);
H A Dfmt_icmem.cpp105 void fmt_icmem_device::static_mem_write(offs_t offset, uint8_t data) in static_mem_write() function in fmt_icmem_device
/dports/emulators/mame/mame-mame0226/src/mame/machine/
H A Dfmt_icmem.h41 void static_mem_write(offs_t offset, uint8_t data);
H A Dfmt_icmem.cpp105 void fmt_icmem_device::static_mem_write(offs_t offset, uint8_t data) in static_mem_write() function in fmt_icmem_device
/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dfmtowns.cpp2248 …rw(m_icmemcard, FUNC(fmt_icmem_device::static_mem_read), FUNC(fmt_icmem_device::static_mem_write)); in towns_mem()
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dfmtowns.cpp2248 …rw(m_icmemcard, FUNC(fmt_icmem_device::static_mem_read), FUNC(fmt_icmem_device::static_mem_write)); in towns_mem()