Home
last modified time | relevance | path

Searched refs:rom_r (Results 1 – 25 of 155) sorted by relevance

1234567

/dports/emulators/mess/mame-mame0226/src/devices/bus/sbus/
H A Dartecon.cpp24 map(0x00000000, 0x00003fff).r(FUNC(sbus_artecon_device::rom_r)); in mem_map()
69 uint32_t sbus_artecon_device::rom_r(offs_t offset) in rom_r() function in sbus_artecon_device
H A Dhme.cpp23 map(0x00000000, 0x0000ffff).r(FUNC(sbus_hme_device::rom_r)); in mem_map()
68 uint32_t sbus_hme_device::rom_r(offs_t offset) in rom_r() function in sbus_hme_device
H A Dsunpc.cpp23 map(0x00000000, 0x00007fff).r(FUNC(sbus_sunpc_device::rom_r)); in mem_map()
68 uint32_t sbus_sunpc_device::rom_r(offs_t offset) in rom_r() function in sbus_sunpc_device
H A Dbwtwo.cpp20 map(0x00000000, 0x00007fff).r(FUNC(sbus_bwtwo_device::rom_r)); in mem_map()
105 uint32_t sbus_bwtwo_device::rom_r(offs_t offset) in rom_r() function in sbus_bwtwo_device
H A Dcgthree.cpp18 map(0x00000000, 0x000007ff).r(FUNC(sbus_cgthree_device::rom_r)); in mem_map()
108 uint32_t sbus_cgthree_device::rom_r(offs_t offset) in rom_r() function in sbus_cgthree_device
/dports/emulators/mame/mame-mame0226/src/devices/bus/sbus/
H A Dhme.cpp23 map(0x00000000, 0x0000ffff).r(FUNC(sbus_hme_device::rom_r)); in mem_map()
68 uint32_t sbus_hme_device::rom_r(offs_t offset) in rom_r() function in sbus_hme_device
H A Dartecon.cpp24 map(0x00000000, 0x00003fff).r(FUNC(sbus_artecon_device::rom_r)); in mem_map()
69 uint32_t sbus_artecon_device::rom_r(offs_t offset) in rom_r() function in sbus_artecon_device
H A Dsunpc.cpp23 map(0x00000000, 0x00007fff).r(FUNC(sbus_sunpc_device::rom_r)); in mem_map()
68 uint32_t sbus_sunpc_device::rom_r(offs_t offset) in rom_r() function in sbus_sunpc_device
H A Dbwtwo.cpp20 map(0x00000000, 0x00007fff).r(FUNC(sbus_bwtwo_device::rom_r)); in mem_map()
105 uint32_t sbus_bwtwo_device::rom_r(offs_t offset) in rom_r() function in sbus_bwtwo_device
H A Dcgthree.cpp18 map(0x00000000, 0x000007ff).r(FUNC(sbus_cgthree_device::rom_r)); in mem_map()
108 uint32_t sbus_cgthree_device::rom_r(offs_t offset) in rom_r() function in sbus_cgthree_device
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/x86/pci/
H A Dcommon.c129 struct resource *rom_r = &dev->resource[PCI_ROM_RESOURCE]; in pcibios_fixup_device_resources() local
149 if (rom_r->parent) in pcibios_fixup_device_resources()
151 if (rom_r->start) { in pcibios_fixup_device_resources()
155 rom_r->start = rom_r->end = rom_r->flags = 0; in pcibios_fixup_device_resources()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/x86/pci/
H A Dcommon.c129 struct resource *rom_r = &dev->resource[PCI_ROM_RESOURCE]; in pcibios_fixup_device_resources() local
149 if (rom_r->parent) in pcibios_fixup_device_resources()
151 if (rom_r->start) { in pcibios_fixup_device_resources()
155 rom_r->start = rom_r->end = rom_r->flags = 0; in pcibios_fixup_device_resources()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/x86/pci/
H A Dcommon.c129 struct resource *rom_r = &dev->resource[PCI_ROM_RESOURCE]; in pcibios_fixup_device_resources() local
149 if (rom_r->parent) in pcibios_fixup_device_resources()
151 if (rom_r->start) { in pcibios_fixup_device_resources()
155 rom_r->start = rom_r->end = rom_r->flags = 0; in pcibios_fixup_device_resources()
/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Desripsys.cpp217 uint8_t *rom_r; in ESRIP_DRAW() local
224 rom_r = memregion("8bpp_l")->base(); in ESRIP_DRAW()
229 rom_r = memregion("8bpp_r")->base(); in ESRIP_DRAW()
236 uint8_t pix2 = rom_r[rom_addr]; in ESRIP_DRAW()
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Desripsys.cpp217 uint8_t *rom_r; in ESRIP_DRAW() local
224 rom_r = memregion("8bpp_l")->base(); in ESRIP_DRAW()
229 rom_r = memregion("8bpp_r")->base(); in ESRIP_DRAW()
236 uint8_t pix2 = rom_r[rom_addr]; in ESRIP_DRAW()
/dports/emulators/mess/mame-mame0226/src/devices/bus/hp_dio/
H A Dhp98603b.cpp65 read16sm_delegate(*this, FUNC(dio16_98603b_device::rom_r)), in device_reset()
69 uint16_t dio16_98603b_device::rom_r(offs_t offset) in rom_r() function in bus::hp_dio::dio16_98603b_device
H A Dhp98603a.cpp70 read16sm_delegate(*this, FUNC(dio16_98603a_device::rom_r)), in device_reset()
74 uint16_t dio16_98603a_device::rom_r(offs_t offset) in rom_r() function in bus::hp_dio::dio16_98603a_device
/dports/emulators/mame/mame-mame0226/src/devices/bus/hp_dio/
H A Dhp98603b.cpp65 read16sm_delegate(*this, FUNC(dio16_98603b_device::rom_r)), in device_reset()
69 uint16_t dio16_98603b_device::rom_r(offs_t offset) in rom_r() function in bus::hp_dio::dio16_98603b_device
H A Dhp98603a.cpp70 read16sm_delegate(*this, FUNC(dio16_98603a_device::rom_r)), in device_reset()
74 uint16_t dio16_98603a_device::rom_r(offs_t offset) in rom_r() function in bus::hp_dio::dio16_98603a_device
/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dgalgames.cpp87 u16 rom_r(offs_t offset) { return read_word(offset*2); } in rom_r() function in galgames_cart_device
252 u16 rom_r(offs_t offset);
564 map(0x200000, 0x3fffff).r(FUNC(galgames_slot_device::rom_r)); in slot_map()
664 return m_carts[0]->rom_r(offset); in rom0_r()
666 u16 galgames_slot_device::rom_r(offs_t offset) in rom_r() function in galgames_slot_device
668 return m_carts[m_cart]->rom_r(offset); in rom_r()
673 return m_is_ram_active ? m_ram[offset] : m_carts[0]->rom_r(offset); in rom0_or_ram_r()
677 return !m_is_ram_active ? m_ram[offset] : m_carts[m_cart]->rom_r(offset); in rom_or_ram_r()
908 map(0x000000, 0x1fffff).r(":slot", FUNC(galgames_slot_device::rom_r)); in blitter_map()
H A Dadvision.cpp28 uint8_t advision_state::rom_r(offs_t offset) in rom_r() function in advision_state
37 map(0x0400, 0x0fff).r(FUNC(advision_state::rom_r)); in program_map()
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dgalgames.cpp87 u16 rom_r(offs_t offset) { return read_word(offset*2); } in rom_r() function in galgames_cart_device
252 u16 rom_r(offs_t offset);
564 map(0x200000, 0x3fffff).r(FUNC(galgames_slot_device::rom_r)); in slot_map()
664 return m_carts[0]->rom_r(offset); in rom0_r()
666 u16 galgames_slot_device::rom_r(offs_t offset) in rom_r() function in galgames_slot_device
668 return m_carts[m_cart]->rom_r(offset); in rom_r()
673 return m_is_ram_active ? m_ram[offset] : m_carts[0]->rom_r(offset); in rom0_or_ram_r()
677 return !m_is_ram_active ? m_ram[offset] : m_carts[m_cart]->rom_r(offset); in rom_or_ram_r()
908 map(0x000000, 0x1fffff).r(":slot", FUNC(galgames_slot_device::rom_r)); in blitter_map()
H A Dadvision.cpp28 uint8_t advision_state::rom_r(offs_t offset) in rom_r() function in advision_state
37 map(0x0400, 0x0fff).r(FUNC(advision_state::rom_r)); in program_map()
/dports/emulators/mess/mame-mame0226/src/mame/audio/
H A Dsegaspeech.cpp86 uint8_t sega_speech_device::rom_r(offs_t offset) in rom_r() function in sega_speech_device
178 map(0x00, 0xff).r(FUNC(sega_speech_device::rom_r)); in speech_portmap()
/dports/emulators/mame/mame-mame0226/src/mame/audio/
H A Dsegaspeech.cpp86 uint8_t sega_speech_device::rom_r(offs_t offset) in rom_r() function in sega_speech_device
178 map(0x00, 0xff).r(FUNC(sega_speech_device::rom_r)); in speech_portmap()

1234567