Home
last modified time | relevance | path

Searched defs:read_rom (Results 26 – 50 of 109) sorted by relevance

12345

/dports/emulators/mame/mame-mame0226/src/devices/bus/arcadia/
H A Drom.cpp45 uint8_t arcadia_rom_device::read_rom(offs_t offset) in read_rom() function in arcadia_rom_device
H A Dslot.h31 virtual uint8_t read_rom(offs_t offset) { return 0xff; } in read_rom() function
H A Dslot.cpp218 uint8_t arcadia_cart_slot_device::read_rom(offs_t offset) in read_rom() function in arcadia_cart_slot_device
/dports/emulators/mess/mame-mame0226/src/devices/bus/generic/
H A Dslot.cpp56 u8 device_generic_cart_interface::read_rom(offs_t offset) in read_rom() function in device_generic_cart_interface
245 u8 generic_slot_device::read_rom(offs_t offset) in read_rom() function in generic_slot_device
/dports/emulators/mame/mame-mame0226/src/devices/bus/generic/
H A Dslot.cpp56 u8 device_generic_cart_interface::read_rom(offs_t offset) in read_rom() function in device_generic_cart_interface
245 u8 generic_slot_device::read_rom(offs_t offset) in read_rom() function in generic_slot_device
/dports/emulators/mess/mame-mame0226/src/devices/bus/vcs/
H A Dharmony_melody.cpp127 uint8_t a26_rom_harmony_device::read_rom(offs_t offset) in read_rom() function in a26_rom_harmony_device
/dports/emulators/mame/mame-mame0226/src/devices/bus/vcs/
H A Dharmony_melody.cpp127 uint8_t a26_rom_harmony_device::read_rom(offs_t offset) in read_rom() function in a26_rom_harmony_device
/dports/emulators/mess/mame-mame0226/src/devices/bus/m5/
H A Drom.cpp46 uint8_t m5_rom_device::read_rom(offs_t offset) in read_rom() function in m5_rom_device
/dports/emulators/mame/mame-mame0226/src/devices/bus/m5/
H A Drom.cpp46 uint8_t m5_rom_device::read_rom(offs_t offset) in read_rom() function in m5_rom_device
/dports/emulators/mess/mame-mame0226/src/devices/bus/apf/
H A Drom.cpp50 uint8_t apf_rom_device::read_rom(offs_t offset) in read_rom() function in apf_rom_device
/dports/emulators/mame/mame-mame0226/src/devices/bus/apf/
H A Drom.cpp50 uint8_t apf_rom_device::read_rom(offs_t offset) in read_rom() function in apf_rom_device
/dports/emulators/mess/mame-mame0226/src/devices/bus/arcadia/
H A Dslot.h31 virtual uint8_t read_rom(offs_t offset) { return 0xff; } in read_rom() function
H A Dslot.cpp218 uint8_t arcadia_cart_slot_device::read_rom(offs_t offset) in read_rom() function in arcadia_cart_slot_device
/dports/emulators/mess/mame-mame0226/src/devices/bus/astrocde/
H A Dslot.h36 virtual uint8_t read_rom(offs_t offset) { return 0xff; } in read_rom() function
H A Dslot.cpp206 uint8_t astrocade_cart_slot_device::read_rom(offs_t offset) in read_rom() function in astrocade_cart_slot_device
/dports/emulators/mame/mame-mame0226/src/devices/bus/astrocde/
H A Dslot.h36 virtual uint8_t read_rom(offs_t offset) { return 0xff; } in read_rom() function
H A Dslot.cpp206 uint8_t astrocade_cart_slot_device::read_rom(offs_t offset) in read_rom() function in astrocade_cart_slot_device
/dports/emulators/mess/mame-mame0226/src/devices/bus/ekara/
H A Drom.cpp74 uint8_t ekara_rom_plain_device::read_rom(offs_t offset) in read_rom() function in ekara_rom_plain_device
112 uint8_t ekara_rom_i2c_base_device::read_rom(offs_t offset) in read_rom() function in ekara_rom_i2c_base_device
/dports/emulators/mame/mame-mame0226/src/devices/bus/ekara/
H A Drom.cpp74 uint8_t ekara_rom_plain_device::read_rom(offs_t offset) in read_rom() function in ekara_rom_plain_device
112 uint8_t ekara_rom_i2c_base_device::read_rom(offs_t offset) in read_rom() function in ekara_rom_i2c_base_device
/dports/emulators/mess/mame-mame0226/src/devices/bus/vectrex/
H A Dslot.h42 virtual uint8_t read_rom(offs_t offset) { return 0xff; } in read_rom() function
H A Dslot.cpp228 uint8_t vectrex_cart_slot_device::read_rom(offs_t offset) in read_rom() function in vectrex_cart_slot_device
/dports/emulators/mame/mame-mame0226/src/devices/bus/vectrex/
H A Dslot.h42 virtual uint8_t read_rom(offs_t offset) { return 0xff; } in read_rom() function
H A Dslot.cpp228 uint8_t vectrex_cart_slot_device::read_rom(offs_t offset) in read_rom() function in vectrex_cart_slot_device
/dports/emulators/mess/mame-mame0226/src/devices/bus/vc4000/
H A Drom.cpp231 uint8_t vc4000_rom_device::read_rom(offs_t offset) in read_rom() function in vc4000_rom_device
/dports/emulators/mess/mame-mame0226/src/devices/bus/saturn/
H A Dsat_slot.h22 virtual uint32_t read_rom(offs_t offset) { return 0xffffffff; } in read_rom() function

12345