Home
last modified time | relevance | path

Searched refs:m1comm_device (Results 1 – 8 of 8) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/mame/machine/
H A Dm1comm.cpp67 map(0xc000, 0xffff).mask(0x0fff).rw(FUNC(m1comm_device::share_r), FUNC(m1comm_device::share_w)); in m1comm_mem()
78 map(0x40, 0x5f).mask(0x01).rw(FUNC(m1comm_device::syn_r), FUNC(m1comm_device::syn_w)); in m1comm_io()
79 map(0x60, 0x7f).mask(0x01).rw(FUNC(m1comm_device::zfg_r), FUNC(m1comm_device::zfg_w)); in m1comm_io()
172 void m1comm_device::device_start() in device_start()
180 void m1comm_device::device_reset() in device_reset()
216 uint8_t m1comm_device::syn_r() in syn_r()
226 uint8_t m1comm_device::zfg_r() in zfg_r()
246 uint8_t m1comm_device::cn_r() in cn_r()
288 uint8_t m1comm_device::fg_r() in fg_r()
301 void m1comm_device::check_vint_irq() in check_vint_irq()
[all …]
H A Dm1comm.h20 class m1comm_device : public device_t
24 m1comm_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
110 DECLARE_DEVICE_TYPE(M1COMM, m1comm_device)
/dports/emulators/mame/mame-mame0226/src/mame/machine/
H A Dm1comm.cpp67 map(0xc000, 0xffff).mask(0x0fff).rw(FUNC(m1comm_device::share_r), FUNC(m1comm_device::share_w)); in m1comm_mem()
78 map(0x40, 0x5f).mask(0x01).rw(FUNC(m1comm_device::syn_r), FUNC(m1comm_device::syn_w)); in m1comm_io()
79 map(0x60, 0x7f).mask(0x01).rw(FUNC(m1comm_device::zfg_r), FUNC(m1comm_device::zfg_w)); in m1comm_io()
172 void m1comm_device::device_start() in device_start()
180 void m1comm_device::device_reset() in device_reset()
216 uint8_t m1comm_device::syn_r() in syn_r()
226 uint8_t m1comm_device::zfg_r() in zfg_r()
246 uint8_t m1comm_device::cn_r() in cn_r()
288 uint8_t m1comm_device::fg_r() in fg_r()
301 void m1comm_device::check_vint_irq() in check_vint_irq()
[all …]
H A Dm1comm.h20 class m1comm_device : public device_t
24 m1comm_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
110 DECLARE_DEVICE_TYPE(M1COMM, m1comm_device)
/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dmodel1.cpp937 map(0xb00000, 0xb00fff).rw(m_m1comm, FUNC(m1comm_device::share_r), FUNC(m1comm_device::share_w)); in model1_comm_mem()
938 map(0xb01000, 0xb01000).rw(m_m1comm, FUNC(m1comm_device::cn_r), FUNC(m1comm_device::cn_w)); in model1_comm_mem()
939 map(0xb01002, 0xb01002).rw(m_m1comm, FUNC(m1comm_device::fg_r), FUNC(m1comm_device::fg_w)); in model1_comm_mem()
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dmodel1.cpp937 map(0xb00000, 0xb00fff).rw(m_m1comm, FUNC(m1comm_device::share_r), FUNC(m1comm_device::share_w)); in model1_comm_mem()
938 map(0xb01000, 0xb01000).rw(m_m1comm, FUNC(m1comm_device::cn_r), FUNC(m1comm_device::cn_w)); in model1_comm_mem()
939 map(0xb01002, 0xb01002).rw(m_m1comm, FUNC(m1comm_device::fg_r), FUNC(m1comm_device::fg_w)); in model1_comm_mem()
/dports/emulators/mess/mame-mame0226/src/mame/includes/
H A Dmodel1.h219 optional_device<m1comm_device> m_m1comm; // Model 1 communication board
/dports/emulators/mame/mame-mame0226/src/mame/includes/
H A Dmodel1.h219 optional_device<m1comm_device> m_m1comm; // Model 1 communication board