Home
last modified time | relevance | path

Searched refs:saa1099_device (Results 1 – 25 of 34) sorted by relevance

12

/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/hardware/mame/
H A Dsaa1099.h30 class saa1099_device final : public device_t, public device_sound_interface {
32 saa1099_device(const machine_config &mconfig,
37 saa1099_device(const saa1099_device &) = delete; // prevent copying
38 saa1099_device &operator=(const saa1099_device &) = delete; // prevent assignment
97 DECLARE_DEVICE_TYPE(SAA1099, saa1099_device)
H A Dsaa1099.cpp147 saa1099_device::saa1099_device(const machine_config &mconfig, in saa1099_device() function in saa1099_device
183 void saa1099_device::device_start() in device_start()
230 void saa1099_device::sound_stream_update([[maybe_unused]] sound_stream &stream, in sound_stream_update()
340 void saa1099_device::envelope_w(int ch) in envelope_w()
383 WRITE8_MEMBER( saa1099_device::control_w ) in WRITE8_MEMBER()
403 WRITE8_MEMBER( saa1099_device::data_w ) in WRITE8_MEMBER()
487 WRITE8_MEMBER(saa1099_device::write) in WRITE8_MEMBER()
/dports/emulators/mess/mame-mame0226/src/devices/sound/
H A Dsaa1099.cpp129 DEFINE_DEVICE_TYPE(SAA1099, saa1099_device, "saa1099", "Philips SAA1099")
139 saa1099_device::saa1099_device(const machine_config &mconfig, const char *tag, device_t *owner, u32… in saa1099_device() function in saa1099_device
161 void saa1099_device::device_start() in device_start()
196 void saa1099_device::device_clock_changed() in device_clock_changed()
206 void saa1099_device::sound_stream_update(sound_stream &stream, std::vector<read_stream_view> const … in sound_stream_update()
294 void saa1099_device::envelope_w(int ch) in envelope_w()
337 void saa1099_device::control_w(u8 data) in control_w()
357 void saa1099_device::data_w(u8 data) in data_w()
431 void saa1099_device::write(offs_t offset, u8 data) in write()
H A Dsaa1099.h18 class saa1099_device : public device_t,
22 saa1099_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock);
82 DECLARE_DEVICE_TYPE(SAA1099, saa1099_device)
/dports/emulators/mame/mame-mame0226/src/devices/sound/
H A Dsaa1099.cpp129 DEFINE_DEVICE_TYPE(SAA1099, saa1099_device, "saa1099", "Philips SAA1099")
139 saa1099_device::saa1099_device(const machine_config &mconfig, const char *tag, device_t *owner, u32… in saa1099_device() function in saa1099_device
161 void saa1099_device::device_start() in device_start()
196 void saa1099_device::device_clock_changed() in device_clock_changed()
206 void saa1099_device::sound_stream_update(sound_stream &stream, std::vector<read_stream_view> const … in sound_stream_update()
294 void saa1099_device::envelope_w(int ch) in envelope_w()
337 void saa1099_device::control_w(u8 data) in control_w()
357 void saa1099_device::data_w(u8 data) in data_w()
431 void saa1099_device::write(offs_t offset, u8 data) in write()
H A Dsaa1099.h18 class saa1099_device : public device_t,
22 saa1099_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock);
82 DECLARE_DEVICE_TYPE(SAA1099, saa1099_device)
/dports/emulators/dosbox/dosbox-0.74-3/src/hardware/mame/
H A Dsaa1099.cpp141 saa1099_device::saa1099_device(const machine_config &mconfig, const char *tag, device_t *owner, uin… in saa1099_device() function in saa1099_device
174 void saa1099_device::device_start() in device_start()
220 void saa1099_device::sound_stream_update(sound_stream &stream, stream_sample_t **inputs, stream_sam… in sound_stream_update()
318 void saa1099_device::envelope_w(int ch) in envelope_w()
361 WRITE8_MEMBER( saa1099_device::control_w ) in WRITE8_MEMBER()
381 WRITE8_MEMBER( saa1099_device::data_w ) in WRITE8_MEMBER()
465 WRITE8_MEMBER(saa1099_device::write) in WRITE8_MEMBER()
H A Dsaa1099.h45 class saa1099_device : public device_t,
49 saa1099_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
118 DECLARE_DEVICE_TYPE(SAA1099, saa1099_device)
/dports/emulators/dosbox/dosbox-0.74-3/src/hardware/
H A Dgameblaster.cpp40 static saa1099_device* device[2];
151 device[0] = new saa1099_device(config, "", 0, 7159090); in CMS()
152 device[1] = new saa1099_device(config, "", 0, 7159090); in CMS()
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/hardware/
H A Dgameblaster.cpp42 static saa1099_device* device[2];
157 device[0] = new saa1099_device(config, "", 0, GAMEBLASTER_CLOCK_HZ); in CMS()
158 device[1] = new saa1099_device(config, "", 0, GAMEBLASTER_CLOCK_HZ); in CMS()
/dports/emulators/mess/mame-mame0226/src/devices/bus/isa/
H A Dgblaster.h41 required_device<saa1099_device> m_saa1099_1;
42 required_device<saa1099_device> m_saa1099_2;
H A Dsblaster.h188 required_device<saa1099_device> m_saa1099_1;
189 required_device<saa1099_device> m_saa1099_2;
/dports/emulators/mame/mame-mame0226/src/devices/bus/isa/
H A Dgblaster.h41 required_device<saa1099_device> m_saa1099_1;
42 required_device<saa1099_device> m_saa1099_2;
H A Dsblaster.h188 required_device<saa1099_device> m_saa1099_1;
189 required_device<saa1099_device> m_saa1099_2;
/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dmanohman.cpp181 map(0x300000, 0x300003).w("saa", FUNC(saa1099_device::write)).umask16(0x00ff).nopr(); in mem_map()
H A Dxorworld.cpp70 map(0x800000, 0x800003).w("saa", FUNC(saa1099_device::write)).umask16(0x00ff); in xorworld_map()
H A Dzpinball.cpp221 map(0xe000, 0xe001).mirror(0x1ffe).w("saa", FUNC(saa1099_device::write)); in zpu_mem()
H A Dsamcoupe.cpp237 map(0x00ff, 0x00ff).mirror(0xfe00).w("saa1099", FUNC(saa1099_device::data_w)); in io_map()
238 map(0x01ff, 0x01ff).mirror(0xfe00).w("saa1099", FUNC(saa1099_device::control_w)); in io_map()
H A Dbingor.cpp619 map(0x0100, 0x0103).w("saa", FUNC(saa1099_device::write)).umask16(0x00ff); in bingor_io()
H A Dmastboy.cpp641 map(0xff828, 0xff829).w("saa", FUNC(saa1099_device::write)); in mastboy_map()
H A Dmagicard.cpp770 …map(0x001ffd40, 0x001ffd43).mirror(0x7fe00000).w("saa", FUNC(saa1099_device::write)).umask16(0x00f… in magicard_mem()
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dmanohman.cpp181 map(0x300000, 0x300003).w("saa", FUNC(saa1099_device::write)).umask16(0x00ff).nopr(); in mem_map()
H A Dxorworld.cpp70 map(0x800000, 0x800003).w("saa", FUNC(saa1099_device::write)).umask16(0x00ff); in xorworld_map()
H A Dzpinball.cpp221 map(0xe000, 0xe001).mirror(0x1ffe).w("saa", FUNC(saa1099_device::write)); in zpu_mem()
H A Dsamcoupe.cpp237 map(0x00ff, 0x00ff).mirror(0xfe00).w("saa1099", FUNC(saa1099_device::data_w)); in io_map()
238 map(0x01ff, 0x01ff).mirror(0xfe00).w("saa1099", FUNC(saa1099_device::control_w)); in io_map()

12