Home
last modified time | relevance | path

Searched refs:tms9918a_device (Results 1 – 16 of 16) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dultim809.cpp70 required_device<tms9918a_device> m_crtc;
88 …map(0xcc00, 0xcc00).rw(m_crtc, FUNC(tms9918a_device::vram_read), FUNC(tms9918a_device::vram_write)… in mem_map()
89 …map(0xcc01, 0xcc01).rw(m_crtc, FUNC(tms9918a_device::register_read), FUNC(tms9918a_device::registe… in mem_map()
H A Dsg1000.cpp140 …map(0x80, 0x81).mirror(0x3e).rw(TMS9918A_TAG, FUNC(tms9918a_device::read), FUNC(tms9918a_device::w… in sg1000_io_map()
162 …map(0x80, 0x81).mirror(0x3e).rw(TMS9918A_TAG, FUNC(tms9918a_device::read), FUNC(tms9918a_device::w… in omv_io_map()
190 map(0xbe, 0xbf).rw(TMS9918A_TAG, FUNC(tms9918a_device::read), FUNC(tms9918a_device::write)); in sc3000_io_map()
223 map(0xbe, 0xbf).rw(TMS9918A_TAG, FUNC(tms9918a_device::read), FUNC(tms9918a_device::write)); in sf7000_io_map()
534 tms9918a_device &vdp(TMS9918A(config, TMS9918A_TAG, XTAL(10'738'635))); in sg1000()
587 tms9918a_device &vdp(TMS9918A(config, TMS9918A_TAG, XTAL(10'738'635))); in sc3000()
624 tms9918a_device &vdp(TMS9918A(config, TMS9918A_TAG, XTAL(10'738'635))); in sf7000()
H A Dmyvision.cpp81 …map(0xe000, 0xe000).rw("tms9918", FUNC(tms9918a_device::vram_read), FUNC(tms9918a_device::vram_wri… in myvision_mem()
82 …map(0xe002, 0xe002).rw("tms9918", FUNC(tms9918a_device::register_read), FUNC(tms9918a_device::regi… in myvision_mem()
225tms9918a_device &vdp(TMS9918A(config, "tms9918", XTAL(10'738'635))); /* Exact model not verified … in myvision()
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dultim809.cpp70 required_device<tms9918a_device> m_crtc;
88 …map(0xcc00, 0xcc00).rw(m_crtc, FUNC(tms9918a_device::vram_read), FUNC(tms9918a_device::vram_write)… in mem_map()
89 …map(0xcc01, 0xcc01).rw(m_crtc, FUNC(tms9918a_device::register_read), FUNC(tms9918a_device::registe… in mem_map()
H A Dsg1000.cpp140 …map(0x80, 0x81).mirror(0x3e).rw(TMS9918A_TAG, FUNC(tms9918a_device::read), FUNC(tms9918a_device::w… in sg1000_io_map()
162 …map(0x80, 0x81).mirror(0x3e).rw(TMS9918A_TAG, FUNC(tms9918a_device::read), FUNC(tms9918a_device::w… in omv_io_map()
190 map(0xbe, 0xbf).rw(TMS9918A_TAG, FUNC(tms9918a_device::read), FUNC(tms9918a_device::write)); in sc3000_io_map()
223 map(0xbe, 0xbf).rw(TMS9918A_TAG, FUNC(tms9918a_device::read), FUNC(tms9918a_device::write)); in sf7000_io_map()
534 tms9918a_device &vdp(TMS9918A(config, TMS9918A_TAG, XTAL(10'738'635))); in sg1000()
587 tms9918a_device &vdp(TMS9918A(config, TMS9918A_TAG, XTAL(10'738'635))); in sc3000()
624 tms9918a_device &vdp(TMS9918A(config, TMS9918A_TAG, XTAL(10'738'635))); in sf7000()
H A Dmyvision.cpp81 …map(0xe000, 0xe000).rw("tms9918", FUNC(tms9918a_device::vram_read), FUNC(tms9918a_device::vram_wri… in myvision_mem()
82 …map(0xe002, 0xe002).rw("tms9918", FUNC(tms9918a_device::register_read), FUNC(tms9918a_device::regi… in myvision_mem()
225tms9918a_device &vdp(TMS9918A(config, "tms9918", XTAL(10'738'635))); /* Exact model not verified … in myvision()
/dports/emulators/mess/mame-mame0226/src/devices/video/
H A Dtms9928a.h42 DECLARE_DEVICE_TYPE(TMS9918A, tms9918a_device) in DECLARE_DEVICE_TYPE()
164 class tms9918a_device : public tms9928a_device
167 tms9918a_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
H A Dtms9928a.cpp32 DEFINE_DEVICE_TYPE(TMS9918A, tms9918a_device, "tms9918a", "TMS9918A VDP")
110 tms9918a_device::tms9918a_device(const machine_config &mconfig, const char *tag, device_t *owner, u… in tms9918a_device() function in tms9918a_device
/dports/emulators/mame/mame-mame0226/src/devices/video/
H A Dtms9928a.h42 DECLARE_DEVICE_TYPE(TMS9918A, tms9918a_device) in DECLARE_DEVICE_TYPE()
164 class tms9918a_device : public tms9928a_device
167 tms9918a_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
H A Dtms9928a.cpp32 DEFINE_DEVICE_TYPE(TMS9918A, tms9918a_device, "tms9918a", "TMS9918A VDP")
110 tms9918a_device::tms9918a_device(const machine_config &mconfig, const char *tag, device_t *owner, u… in tms9918a_device() function in tms9918a_device
/dports/emulators/mess/mame-mame0226/src/devices/bus/a2bus/
H A Da2arcadebd.h46 required_device<tms9918a_device> m_tms;
H A Dssprite.h48 required_device<tms9918a_device> m_tms;
H A Dezcgi.h45 required_device<tms9918a_device> m_tms;
/dports/emulators/mame/mame-mame0226/src/devices/bus/a2bus/
H A Da2arcadebd.h46 required_device<tms9918a_device> m_tms;
H A Dssprite.h48 required_device<tms9918a_device> m_tms;
H A Dezcgi.h45 required_device<tms9918a_device> m_tms;