summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/upd7759.cpp
Commit message (Expand)AuthorAgeFilesLines
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-4/+4
* upd7759: only detect mode change in idle state hap2023-03-131-55/+18
* dirom: added pre and post rom bank change callbacks and changed almost all us... hap2022-10-041-1/+1
* olibochu: improve ay sound hap2022-09-101-1/+0
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-60/+26
* upd7759: Fixes to switching between slave and stand alone mode. (nw) (#9772) wilbertpol2022-05-161-7/+12
* upd7759.cpp: Add support for mode switching. (#9614) wilbertpol2022-04-241-94/+109
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* Revert "sound: Improved view interfaces to match usage patterns" Aaron Giles2020-09-171-3/+5
* sound: Improved view interfaces to match usage patterns Aaron Giles2020-09-171-5/+3
* Significant internal changes to sound streams (#7169) Aaron Giles2020-09-131-30/+47
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-251-1/+1
* refix prev (nw) MetalliC2020-03-201-1/+1
* segac2.cpp: fix ribbit random jumps back to 1st round MetalliC2020-03-201-1/+2
* konmedal.cpp play some uPD7759 samples MetalliC2020-01-221-1/+4
* (nw) misc cleanup: Vas Crabb2019-09-201-1/+1
* upd7759: Converted to use device_rom_interface and added md input for selecti... smf-2018-08-121-74/+39
* vgmplay: Added all sound chips (including multiple instances supported by the... smf-2018-08-041-1/+8
* (nw) misc follow-up Vas Crabb2018-05-061-138/+40
* upd7759.cpp: Enough with the logging (nw) AJR2017-05-241-13/+15
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-11/+10
* Self-registering devices prep: Vas Crabb2017-02-271-2/+2
* converted lot of TRUE/FALSE to real boolean and updated types (nw) Miodrag Milanovic2016-10-221-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-15/+15
* gcc 6.1.1 warning fixes (nw) Olivier Galibert2016-06-161-1/+1
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-2/+2
* - Removed this == nullptr checks and fixed most of the resulting crashes. [Mo... Miodrag Milanovic2016-01-231-1/+1
* Fixes to bring in line with master therealmogminer@gmail.com2016-01-231-4/+3
* Refix some of the this==NULL stuff therealmogminer@gmail.com2016-01-231-9/+9
* More this==NULL stuff therealmogminer@gmail.com2016-01-231-1/+1
* First round of this==NULL crash fixes therealmogminer@gmail.com2016-01-231-52/+67
* reverting: Miodrag Milanovic2016-01-201-4/+4
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-2/+2
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-161-4/+4
* clang-modernize part 3 Miodrag Milanovic2015-12-041-8/+8
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+874