Searched refs:a26_rom_dc_device (Results 1 – 4 of 4) sorted by relevance
/dports/emulators/mess/mame-mame0226/src/devices/bus/vcs/ |
H A D | rom.cpp | 38 DEFINE_DEVICE_TYPE(A26_ROM_DC, a26_rom_dc_device, "vcs_dc", "Atari VCS 2600 ROM Carts w/Dy… 145 a26_rom_dc_device::a26_rom_dc_device(const machine_config &mconfig, const char *tag, device_t *owne… in a26_rom_dc_device() function in a26_rom_dc_device 901 uint8_t a26_rom_dc_device::read_rom(offs_t offset) in read_rom() 915 void a26_rom_dc_device::write_bank(address_space &space, offs_t offset, uint8_t data) in write_bank()
|
H A D | rom.h | 278 class a26_rom_dc_device : public a26_rom_f6_device 282 a26_rom_dc_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); 409 DECLARE_DEVICE_TYPE(A26_ROM_DC, a26_rom_dc_device)
|
/dports/emulators/mame/mame-mame0226/src/devices/bus/vcs/ |
H A D | rom.cpp | 38 DEFINE_DEVICE_TYPE(A26_ROM_DC, a26_rom_dc_device, "vcs_dc", "Atari VCS 2600 ROM Carts w/Dy… 145 a26_rom_dc_device::a26_rom_dc_device(const machine_config &mconfig, const char *tag, device_t *owne… in a26_rom_dc_device() function in a26_rom_dc_device 901 uint8_t a26_rom_dc_device::read_rom(offs_t offset) in read_rom() 915 void a26_rom_dc_device::write_bank(address_space &space, offs_t offset, uint8_t data) in write_bank()
|
H A D | rom.h | 278 class a26_rom_dc_device : public a26_rom_f6_device 282 a26_rom_dc_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); 409 DECLARE_DEVICE_TYPE(A26_ROM_DC, a26_rom_dc_device)
|