Home
last modified time | relevance | path

Searched refs:readz (Results 1 – 25 of 130) sorted by relevance

123456

/dports/emulators/mess/mame-mame0226/src/devices/bus/ti99/gromport/
H A Dcartridges.h67 void readz(offs_t offset, uint8_t *value);
214 virtual void readz(offs_t offset, uint8_t *value);
265 void readz(offs_t offset, uint8_t *value) override;
274 void readz(offs_t offset, uint8_t *value) override;
283 void readz(offs_t offset, uint8_t *value) override;
292 void readz(offs_t offset, uint8_t *value) override;
301 void readz(offs_t offset, uint8_t *value) override;
312 void readz(offs_t offset, uint8_t *value) override;
321 void readz(offs_t offset, uint8_t *value) override;
332 void readz(offs_t offset, uint8_t *value) override;
[all …]
H A Dcartridges.cpp360 void ti99_cartridge_device::readz(offs_t offset, uint8_t *value) in readz() function in bus::ti99::gromport::ti99_cartridge_device
363 m_pcb->readz(offset, value); in readz()
494 elem->readz(value); in gromreadz()
515 void ti99_cartridge_pcb::readz(offs_t offset, uint8_t *value) in readz() function in bus::ti99::gromport::ti99_cartridge_pcb
631 void ti99_paged12k_cartridge::readz(offs_t offset, uint8_t *value) in readz() function in bus::ti99::gromport::ti99_paged12k_cartridge
686 void ti99_paged16k_cartridge::readz(offs_t offset, uint8_t *value) in readz() function in bus::ti99::gromport::ti99_paged16k_cartridge
733 void ti99_minimem_cartridge::readz(offs_t offset, uint8_t *value) in readz() function in bus::ti99::gromport::ti99_minimem_cartridge
808 void ti99_super_cartridge::readz(offs_t offset, uint8_t *value) in readz() function in bus::ti99::gromport::ti99_super_cartridge
925 void ti99_mbx_cartridge::readz(offs_t offset, uint8_t *value) in readz() function in bus::ti99::gromport::ti99_mbx_cartridge
1010 void ti99_paged7_cartridge::readz(offs_t offset, uint8_t *value) in readz() function in bus::ti99::gromport::ti99_paged7_cartridge
[all …]
H A Dsingleconn.cpp22 void ti99_single_cart_conn_device::readz(offs_t offset, uint8_t *value) in readz() function in bus::ti99::gromport::ti99_single_cart_conn_device
25 m_cartridge->readz(offset, value); in readz()
H A Dmulticonn.cpp184 void ti99_multi_cart_conn_device::readz(offs_t offset, uint8_t *value) in readz() function in bus::ti99::gromport::ti99_multi_cart_conn_device
198 m_cartridge[i]->readz(offset, &newval); in readz()
210 m_cartridge[slot]->readz(offset, value); in readz()
H A Dgromport.h43 void readz(offs_t offset, uint8_t *value);
79 virtual void readz(offs_t offset, uint8_t *value) = 0;
H A Dgromport.cpp142 void gromport_device::readz(offs_t offset, uint8_t *value) in readz() function in bus::ti99::gromport::gromport_device
146 m_connector->readz(offset & m_mask, value); in readz()
/dports/emulators/mame/mame-mame0226/src/devices/bus/ti99/gromport/
H A Dcartridges.h67 void readz(offs_t offset, uint8_t *value);
214 virtual void readz(offs_t offset, uint8_t *value);
265 void readz(offs_t offset, uint8_t *value) override;
274 void readz(offs_t offset, uint8_t *value) override;
283 void readz(offs_t offset, uint8_t *value) override;
292 void readz(offs_t offset, uint8_t *value) override;
301 void readz(offs_t offset, uint8_t *value) override;
312 void readz(offs_t offset, uint8_t *value) override;
321 void readz(offs_t offset, uint8_t *value) override;
332 void readz(offs_t offset, uint8_t *value) override;
[all …]
H A Dcartridges.cpp360 void ti99_cartridge_device::readz(offs_t offset, uint8_t *value) in readz() function in bus::ti99::gromport::ti99_cartridge_device
363 m_pcb->readz(offset, value); in readz()
494 elem->readz(value); in gromreadz()
515 void ti99_cartridge_pcb::readz(offs_t offset, uint8_t *value) in readz() function in bus::ti99::gromport::ti99_cartridge_pcb
631 void ti99_paged12k_cartridge::readz(offs_t offset, uint8_t *value) in readz() function in bus::ti99::gromport::ti99_paged12k_cartridge
686 void ti99_paged16k_cartridge::readz(offs_t offset, uint8_t *value) in readz() function in bus::ti99::gromport::ti99_paged16k_cartridge
733 void ti99_minimem_cartridge::readz(offs_t offset, uint8_t *value) in readz() function in bus::ti99::gromport::ti99_minimem_cartridge
808 void ti99_super_cartridge::readz(offs_t offset, uint8_t *value) in readz() function in bus::ti99::gromport::ti99_super_cartridge
925 void ti99_mbx_cartridge::readz(offs_t offset, uint8_t *value) in readz() function in bus::ti99::gromport::ti99_mbx_cartridge
1010 void ti99_paged7_cartridge::readz(offs_t offset, uint8_t *value) in readz() function in bus::ti99::gromport::ti99_paged7_cartridge
[all …]
H A Dsingleconn.cpp22 void ti99_single_cart_conn_device::readz(offs_t offset, uint8_t *value) in readz() function in bus::ti99::gromport::ti99_single_cart_conn_device
25 m_cartridge->readz(offset, value); in readz()
H A Dmulticonn.cpp184 void ti99_multi_cart_conn_device::readz(offs_t offset, uint8_t *value) in readz() function in bus::ti99::gromport::ti99_multi_cart_conn_device
198 m_cartridge[i]->readz(offset, &newval); in readz()
210 m_cartridge[slot]->readz(offset, value); in readz()
H A Dgromport.h43 void readz(offs_t offset, uint8_t *value);
79 virtual void readz(offs_t offset, uint8_t *value) = 0;
H A Dgromport.cpp142 void gromport_device::readz(offs_t offset, uint8_t *value) in readz() function in bus::ti99::gromport::gromport_device
146 m_connector->readz(offset & m_mask, value); in readz()
/dports/emulators/mess/mame-mame0226/src/devices/bus/ti99/internal/
H A Ddatamux.cpp131 m_grom0->readz(value); in read_all()
132 m_grom1->readz(value); in read_all()
133 m_grom2->readz(value); in read_all()
136 m_gromport->readz(addr, value); in read_all()
148 if ((addr & 0xe000)==0x6000) m_gromport->readz(addr, value); in read_all()
151 m_ioport->readz(addr, value); in read_all()
270 m_gromport->readz(addrb+1, &lval); in debugger_read()
271 m_gromport->readz(addrb, &hval); in debugger_read()
275 m_ioport->readz(addrb+1, &lval); in debugger_read()
276 m_ioport->readz(addrb, &hval); in debugger_read()
H A D998board.cpp757 m_sgrom0->readz(&value); in read()
758 m_sgrom1->readz(&value); in read()
759 m_sgrom2->readz(&value); in read()
767 m_tsgrom0->readz(&value); in read()
768 m_tsgrom1->readz(&value); in read()
769 m_tsgrom2->readz(&value); in read()
770 m_tsgrom3->readz(&value); in read()
771 m_tsgrom4->readz(&value); in read()
772 m_tsgrom5->readz(&value); in read()
773 m_tsgrom6->readz(&value); in read()
[all …]
H A Dioport.cpp96 void ioport_device::readz(offs_t offset, uint8_t *value) in readz() function in bus::ti99::internal::ioport_device
99 m_connected->readz(offset, value); in readz()
H A D992board.h173 virtual void readz(offs_t offset, uint8_t *value) { } in readz() function
196 void readz(offs_t offset, uint8_t *value);
213 void readz(offs_t offset, uint8_t *value) override;
H A Dioport.h32 virtual void readz(offs_t offset, uint8_t *value) { } in readz() function
74 void readz(offs_t offset, uint8_t *value);
/dports/emulators/mame/mame-mame0226/src/devices/bus/ti99/internal/
H A Ddatamux.cpp131 m_grom0->readz(value); in read_all()
132 m_grom1->readz(value); in read_all()
133 m_grom2->readz(value); in read_all()
136 m_gromport->readz(addr, value); in read_all()
148 if ((addr & 0xe000)==0x6000) m_gromport->readz(addr, value); in read_all()
151 m_ioport->readz(addr, value); in read_all()
270 m_gromport->readz(addrb+1, &lval); in debugger_read()
271 m_gromport->readz(addrb, &hval); in debugger_read()
275 m_ioport->readz(addrb+1, &lval); in debugger_read()
276 m_ioport->readz(addrb, &hval); in debugger_read()
H A D998board.cpp757 m_sgrom0->readz(&value); in read()
758 m_sgrom1->readz(&value); in read()
759 m_sgrom2->readz(&value); in read()
767 m_tsgrom0->readz(&value); in read()
768 m_tsgrom1->readz(&value); in read()
769 m_tsgrom2->readz(&value); in read()
770 m_tsgrom3->readz(&value); in read()
771 m_tsgrom4->readz(&value); in read()
772 m_tsgrom5->readz(&value); in read()
773 m_tsgrom6->readz(&value); in read()
[all …]
H A Dioport.cpp96 void ioport_device::readz(offs_t offset, uint8_t *value) in readz() function in bus::ti99::internal::ioport_device
99 m_connected->readz(offset, value); in readz()
H A D992board.h173 virtual void readz(offs_t offset, uint8_t *value) { } in readz() function
196 void readz(offs_t offset, uint8_t *value);
213 void readz(offs_t offset, uint8_t *value) override;
H A Dioport.h32 virtual void readz(offs_t offset, uint8_t *value) { } in readz() function
74 void readz(offs_t offset, uint8_t *value);
/dports/emulators/mess/mame-mame0226/src/devices/bus/ti99/peb/
H A Dperibox.h40 void readz(offs_t offset, uint8_t *value) override;
178 virtual void readz(offs_t offset, uint8_t *value) = 0;
232 void readz(offs_t offset, uint8_t *value);
H A Dsidmaster.h28 void readz(offs_t offset, uint8_t *value) override { }; // No read in readz() function
/dports/emulators/mame/mame-mame0226/src/devices/bus/ti99/peb/
H A Dperibox.h40 void readz(offs_t offset, uint8_t *value) override;
178 virtual void readz(offs_t offset, uint8_t *value) = 0;
232 void readz(offs_t offset, uint8_t *value);

123456