summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/s11c_bg.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-550/+0
* volt_reg: Remove uses that are not needed anymore with the recent (#7367) Aaron Giles2020-10-201-4/+0
* Major update for HC55516 CVSD audio device and related filtering, as well as ... Jonathan Gevaryahu2020-10-101-22/+45
* s11c_bg.cpp: update comments with more accurate information, and reorder head... Lord-Nightmare2020-09-041-11/+14
* Separated Williams System 11 BG sound boards into the 5 functionally differen... Lord-Nightmare2020-08-071-40/+173
* srcclean for 0.223 Vas Crabb2020-07-261-7/+7
* Miscellaneous typo and detail fixes for notes in Williams System 11 BG Audio ... Lord-Nightmare2020-07-231-1/+1
* Update Williams System 11 Background Audio Board documentation and formatting... Lord-Nightmare2020-07-231-17/+29
* Split the Williams System 11 Background Sound/Music board emulation off the 1... Lord-Nightmare2020-07-211-9/+58
* Cleaned up the banking on the Williams System 11 Background Sound/Music board... Lord-Nightmare2020-07-181-12/+73
* Minor System 11 Audio notes updates/fixes, Lord-Nightmare2020-07-061-4/+6
* Add notes to Williams D-11581 Audio Board device [Lord Nightmare] Lord-Nightmare2020-07-061-1/+130
* Williams System 11C "background" Audio Board: Add PIA portb and cb2 write cal... Lord-Nightmare2020-07-051-15/+35
* Williams System 11/11a/11b/11c pinballs: further consistency fixes with devic... Lord-Nightmare2020-06-301-9/+8
* mame/audio (mostly): simplified some handlers (nw) Ivan Vangelista2020-04-241-4/+4
* devices/machine: simplified more handlers (nw) Ivan Vangelista2020-03-251-2/+2
* Spring cleaning: Vas Crabb2019-11-011-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-12/+13
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-13/+12
* volt_reg: set default m_output (nw) hap2019-02-191-1/+0
* volt_reg: removed MCFG macro (nw) Ivan Vangelista2019-02-121-9/+9
* screen.h: adddedconstructor for monochrom screens and removed MCFG_SCREEN_ADD... Ivan Vangelista2019-02-111-2/+4
* emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-1/+1
* mame/audio: various devcb3ification and demacroification (nw) Ivan Vangelista2018-11-221-5/+2
* ym2151: removed MCFG macros (nw) Ivan Vangelista2018-11-181-5/+5
* -pia6821: Removed MCFG and old devcb. [Ryan Holtz] mooglyguy2018-08-101-7/+7
* get rid of some overloaded names - a lot of these will become unnecessary aft... Vas Crabb2018-06-141-2/+2
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-4/+4
* diexec: Interrupt API changes (nw) AJR2018-05-181-1/+1
* (nw) misc follow-up Vas Crabb2018-05-061-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-9/+9
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-1/+1
* Route sound relative to current device. Vas Crabb2018-05-011-3/+3
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-9/+10
* de-staticify initializations for mame/includes and mame/audio (#3256) wilbertpol2018-02-221-6/+0
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-1/+1
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* This causes huge changes in behaviour that can't be hand-waved away. Vas Crabb2018-01-131-1/+3
* New way to provide DAC reference inputs (nw) AJR2018-01-101-3/+1
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-2/+2
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-2/+2
* m6809: Start resolving the great device type/clock divider mix-up AJR2017-12-081-2/+2
* s11b.cpp, s11c_bg: Tag fixes (nw) AJR2017-07-251-1/+1
* YM2151 reset line handler added, though not implemented properly yet (nw) AJR2017-07-251-7/+1
* finished updating mame/audio devices to use device_add_mconfig insted of devi... Ivan Vangelista2017-05-241-6/+1
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-8/+8
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1