Home
last modified time | relevance | path

Searched refs:intv_cart_slot_device (Results 1 – 14 of 14) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/mame/machine/
H A Dintv.cpp608 …read16sm_delegate(*m_cart, FUNC(intv_cart_slot_device::read_ram)), write16sm_delegate(*m_cart, FUN… in machine_start()
611 …read16sm_delegate(*m_cart, FUNC(intv_cart_slot_device::read_ram)), write16sm_delegate(*m_cart, FUN… in machine_start()
615 …ad16sm_delegate(*m_cart, FUNC(intv_cart_slot_device::read_speech)), write16sm_delegate(*m_cart, FU… in machine_start()
618 …ll_write_handler(0x8800, 0x8fff, write16sm_delegate(*m_cart, FUNC(intv_cart_slot_device::write_88)… in machine_start()
619 …ll_write_handler(0xd000, 0xd7ff, write16sm_delegate(*m_cart, FUNC(intv_cart_slot_device::write_d0)… in machine_start()
623 …read16sm_delegate(*m_cart, FUNC(intv_cart_slot_device::read_ay)), write16sm_delegate(*m_cart, FUNC… in machine_start()
624 …read16sm_delegate(*m_cart, FUNC(intv_cart_slot_device::read_ram)), write16sm_delegate(*m_cart, FUN… in machine_start()
626 …ll_write_handler(0x2000, 0x2fff, write16sm_delegate(*m_cart, FUNC(intv_cart_slot_device::write_rom… in machine_start()
632 …ad16sm_delegate(*m_cart, FUNC(intv_cart_slot_device::read_speech)), write16sm_delegate(*m_cart, FU… in machine_start()
635 …ll_write_handler(0x8800, 0x8fff, write16sm_delegate(*m_cart, FUNC(intv_cart_slot_device::write_88)… in machine_start()
[all …]
/dports/emulators/mame/mame-mame0226/src/mame/machine/
H A Dintv.cpp608 …read16sm_delegate(*m_cart, FUNC(intv_cart_slot_device::read_ram)), write16sm_delegate(*m_cart, FUN… in machine_start()
611 …read16sm_delegate(*m_cart, FUNC(intv_cart_slot_device::read_ram)), write16sm_delegate(*m_cart, FUN… in machine_start()
615 …ad16sm_delegate(*m_cart, FUNC(intv_cart_slot_device::read_speech)), write16sm_delegate(*m_cart, FU… in machine_start()
618 …ll_write_handler(0x8800, 0x8fff, write16sm_delegate(*m_cart, FUNC(intv_cart_slot_device::write_88)… in machine_start()
619 …ll_write_handler(0xd000, 0xd7ff, write16sm_delegate(*m_cart, FUNC(intv_cart_slot_device::write_d0)… in machine_start()
623 …read16sm_delegate(*m_cart, FUNC(intv_cart_slot_device::read_ay)), write16sm_delegate(*m_cart, FUNC… in machine_start()
624 …read16sm_delegate(*m_cart, FUNC(intv_cart_slot_device::read_ram)), write16sm_delegate(*m_cart, FUN… in machine_start()
626 …ll_write_handler(0x2000, 0x2fff, write16sm_delegate(*m_cart, FUNC(intv_cart_slot_device::write_rom… in machine_start()
632 …ad16sm_delegate(*m_cart, FUNC(intv_cart_slot_device::read_speech)), write16sm_delegate(*m_cart, FU… in machine_start()
635 …ll_write_handler(0x8800, 0x8fff, write16sm_delegate(*m_cart, FUNC(intv_cart_slot_device::write_88)… in machine_start()
[all …]
/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dintv.cpp284 map(0x0400, 0x04ff).r(m_cart, FUNC(intv_cart_slot_device::read_rom04)); in INPUT_PORTS_START()
286 map(0x2000, 0x2fff).r(m_cart, FUNC(intv_cart_slot_device::read_rom20)); in INPUT_PORTS_START()
290 map(0x4000, 0x47ff).r(m_cart, FUNC(intv_cart_slot_device::read_rom40)); in INPUT_PORTS_START()
291 map(0x4800, 0x4fff).r(m_cart, FUNC(intv_cart_slot_device::read_rom48)); in INPUT_PORTS_START()
292 map(0x5000, 0x5fff).r(m_cart, FUNC(intv_cart_slot_device::read_rom50)); in INPUT_PORTS_START()
293 map(0x6000, 0x6fff).r(m_cart, FUNC(intv_cart_slot_device::read_rom60)); in INPUT_PORTS_START()
294 map(0x7000, 0x7fff).r(m_cart, FUNC(intv_cart_slot_device::read_rom70)); in INPUT_PORTS_START()
295 map(0x8000, 0x8fff).r(m_cart, FUNC(intv_cart_slot_device::read_rom80)); in INPUT_PORTS_START()
296 map(0x9000, 0x9fff).r(m_cart, FUNC(intv_cart_slot_device::read_rom90)); in INPUT_PORTS_START()
297 map(0xa000, 0xafff).r(m_cart, FUNC(intv_cart_slot_device::read_roma0)); in INPUT_PORTS_START()
[all …]
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dintv.cpp284 map(0x0400, 0x04ff).r(m_cart, FUNC(intv_cart_slot_device::read_rom04)); in INPUT_PORTS_START()
286 map(0x2000, 0x2fff).r(m_cart, FUNC(intv_cart_slot_device::read_rom20)); in INPUT_PORTS_START()
290 map(0x4000, 0x47ff).r(m_cart, FUNC(intv_cart_slot_device::read_rom40)); in INPUT_PORTS_START()
291 map(0x4800, 0x4fff).r(m_cart, FUNC(intv_cart_slot_device::read_rom48)); in INPUT_PORTS_START()
292 map(0x5000, 0x5fff).r(m_cart, FUNC(intv_cart_slot_device::read_rom50)); in INPUT_PORTS_START()
293 map(0x6000, 0x6fff).r(m_cart, FUNC(intv_cart_slot_device::read_rom60)); in INPUT_PORTS_START()
294 map(0x7000, 0x7fff).r(m_cart, FUNC(intv_cart_slot_device::read_rom70)); in INPUT_PORTS_START()
295 map(0x8000, 0x8fff).r(m_cart, FUNC(intv_cart_slot_device::read_rom80)); in INPUT_PORTS_START()
296 map(0x9000, 0x9fff).r(m_cart, FUNC(intv_cart_slot_device::read_rom90)); in INPUT_PORTS_START()
297 map(0xa000, 0xafff).r(m_cart, FUNC(intv_cart_slot_device::read_roma0)); in INPUT_PORTS_START()
[all …]
/dports/emulators/mess/mame-mame0226/src/devices/bus/intv/
H A Dslot.cpp89 DEFINE_DEVICE_TYPE(INTV_CART_SLOT, intv_cart_slot_device, "intv_cart_slot", "Intellivision Cartridg…
147 intv_cart_slot_device::intv_cart_slot_device(const machine_config &mconfig, const char *tag, device… in intv_cart_slot_device() function in intv_cart_slot_device
161 intv_cart_slot_device::~intv_cart_slot_device() in ~intv_cart_slot_device()
169 void intv_cart_slot_device::device_start() in device_start()
225 image_init_result intv_cart_slot_device::load_fullpath() in load_fullpath()
379 image_init_result intv_cart_slot_device::call_load() in call_load()
439 std::string intv_cart_slot_device::get_default_card_software(get_default_card_software_hook &hook) … in get_default_card_software()
491 uint16_t intv_cart_slot_device::read_ay(offs_t offset) in read_ay()
503 void intv_cart_slot_device::write_ay(offs_t offset, uint16_t data) in write_ay()
513 uint16_t intv_cart_slot_device::read_speech(offs_t offset) in read_speech()
[all …]
H A Dslot.h95 class intv_cart_slot_device : public device_t,
102intv_cart_slot_device(machine_config const &mconfig, char const *tag, device_t *owner, T &&opts, c… in intv_cart_slot_device() function
103 : intv_cart_slot_device(mconfig, tag, owner, 0) in intv_cart_slot_device()
111intv_cart_slot_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t cl…
112 virtual ~intv_cart_slot_device();
185 DECLARE_DEVICE_TYPE(INTV_CART_SLOT, intv_cart_slot_device)
H A Dvoice.h57 required_device<intv_cart_slot_device> m_subslot;
H A Decs.h74 required_device<intv_cart_slot_device> m_subslot;
/dports/emulators/mame/mame-mame0226/src/devices/bus/intv/
H A Dslot.cpp89 DEFINE_DEVICE_TYPE(INTV_CART_SLOT, intv_cart_slot_device, "intv_cart_slot", "Intellivision Cartridg…
147 intv_cart_slot_device::intv_cart_slot_device(const machine_config &mconfig, const char *tag, device… in intv_cart_slot_device() function in intv_cart_slot_device
161 intv_cart_slot_device::~intv_cart_slot_device() in ~intv_cart_slot_device()
169 void intv_cart_slot_device::device_start() in device_start()
225 image_init_result intv_cart_slot_device::load_fullpath() in load_fullpath()
379 image_init_result intv_cart_slot_device::call_load() in call_load()
439 std::string intv_cart_slot_device::get_default_card_software(get_default_card_software_hook &hook) … in get_default_card_software()
491 uint16_t intv_cart_slot_device::read_ay(offs_t offset) in read_ay()
503 void intv_cart_slot_device::write_ay(offs_t offset, uint16_t data) in write_ay()
513 uint16_t intv_cart_slot_device::read_speech(offs_t offset) in read_speech()
[all …]
H A Dslot.h95 class intv_cart_slot_device : public device_t,
102intv_cart_slot_device(machine_config const &mconfig, char const *tag, device_t *owner, T &&opts, c… in intv_cart_slot_device() function
103 : intv_cart_slot_device(mconfig, tag, owner, 0) in intv_cart_slot_device()
111intv_cart_slot_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t cl…
112 virtual ~intv_cart_slot_device();
185 DECLARE_DEVICE_TYPE(INTV_CART_SLOT, intv_cart_slot_device)
H A Dvoice.h57 required_device<intv_cart_slot_device> m_subslot;
H A Decs.h74 required_device<intv_cart_slot_device> m_subslot;
/dports/emulators/mess/mame-mame0226/src/mame/includes/
H A Dintv.h75 optional_device<intv_cart_slot_device> m_cart;
/dports/emulators/mame/mame-mame0226/src/mame/includes/
H A Dintv.h75 optional_device<intv_cart_slot_device> m_cart;