Home
last modified time | relevance | path

Searched refs:cs8221_device (Results 1 – 6 of 6) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/devices/machine/
H A Dcs8221.cpp33 DEFINE_DEVICE_TYPE(CS8221, cs8221_device, "cs8221", "CS8221 NEAT")
64 cs8221_device::cs8221_device(const machine_config &mconfig, const char *tag, device_t *owner, uint3… in cs8221_device() function in cs8221_device
75 void cs8221_device::device_start() in device_start()
83 void cs8221_device::device_reset() in device_reset()
93 void cs8221_device::map(address_map &map) in map()
95 map(0x0022, 0x0022).w("cs8221", FUNC(cs8221_device::address_w)); in map()
96 map(0x0023, 0x0023).rw("cs8221", FUNC(cs8221_device::data_r), FUNC(cs8221_device::data_w)); in map()
99 void cs8221_device::address_w(uint8_t data) in address_w()
105 uint8_t cs8221_device::data_r() in data_r()
122 void cs8221_device::data_w(uint8_t data) in data_w()
H A Dcs8221.h23 class cs8221_device : public device_t
27cs8221_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock, con… in cs8221_device() function
28 : cs8221_device(mconfig, tag, owner, clock) in cs8221_device()
35 cs8221_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
72 DECLARE_DEVICE_TYPE(CS8221, cs8221_device)
/dports/emulators/mame/mame-mame0226/src/devices/machine/
H A Dcs8221.cpp33 DEFINE_DEVICE_TYPE(CS8221, cs8221_device, "cs8221", "CS8221 NEAT")
64 cs8221_device::cs8221_device(const machine_config &mconfig, const char *tag, device_t *owner, uint3… in cs8221_device() function in cs8221_device
75 void cs8221_device::device_start() in device_start()
83 void cs8221_device::device_reset() in device_reset()
93 void cs8221_device::map(address_map &map) in map()
95 map(0x0022, 0x0022).w("cs8221", FUNC(cs8221_device::address_w)); in map()
96 map(0x0023, 0x0023).rw("cs8221", FUNC(cs8221_device::data_r), FUNC(cs8221_device::data_w)); in map()
99 void cs8221_device::address_w(uint8_t data) in address_w()
105 uint8_t cs8221_device::data_r() in data_r()
122 void cs8221_device::data_w(uint8_t data) in data_w()
H A Dcs8221.h23 class cs8221_device : public device_t
27cs8221_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock, con… in cs8221_device() function
28 : cs8221_device(mconfig, tag, owner, clock) in cs8221_device()
35 cs8221_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
72 DECLARE_DEVICE_TYPE(CS8221, cs8221_device)
/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dat.cpp338 map(0x0022, 0x0023).m("cs8221", FUNC(cs8221_device::map)); in neat_io()
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dat.cpp338 map(0x0022, 0x0023).m("cs8221", FUNC(cs8221_device::map)); in neat_io()