summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/segag80r.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-587/+0
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-1/+1
* volt_reg: Remove uses that are not needed anymore with the recent (#7367) Aaron Giles2020-10-201-4/+0
* Complete sound modernization of remaining devices. Legacy callbacks and strea... Aaron Giles2020-09-281-5/+5
* Significant internal changes to sound streams (#7169) Aaron Giles2020-09-131-3/+3
* Sound and other improvements to Sega G-80 games. (#7103) Aaron Giles2020-08-191-254/+0
* drivers starting with s: removed read* and write* macros (nw) Ivan Vangelista2020-06-151-2/+2
* a little more macro removal (nw) Ivan Vangelista2020-05-161-2/+2
* mame/audio (mostly): simplified some handlers (nw) Ivan Vangelista2020-04-241-7/+7
* (nw) Clean up the mess on master Vas Crabb2019-03-261-1/+0
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-0/+1
* volt_reg: set default m_output (nw) hap2019-02-191-1/+0
* -bus/a2bus/a2echoii, a800/a800_slot, a8sio: Removed MCFG macros. [Ryan Holtz] mooglyguy2018-12-171-36/+38
* mcs48: Removed MCFG, nw mooglyguy2018-12-081-7/+7
* i8243: Device overhaul (nw) AJR2018-09-241-66/+59
* -i8255: Removed MCFG, nw mooglyguy2018-09-031-3/+3
* i2cmem,i7220,i80130,i8087,i8212,i8214,i82371sb,i8243: Removed MCFG, nw mooglyguy2018-08-291-3/+3
* devcb3 Vas Crabb2018-07-071-1/+1
* misc cleanup and devcb3 prep (nw) Vas Crabb2018-07-031-1/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-1/+1
* segag80r: Eliminated machine().device and also split monsterb sound board int... mooglyguy2018-05-311-40/+47
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-19/+19
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-4/+4
* 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
* rename "x Audio Custom" to "x Custom Sound" (nw) hap2017-11-071-1/+1
* segag80r.cpp: DAC identification (nw) AJR2017-07-121-1/+1
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-4/+4
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-6/+7
* mcs48: Convert ports to devcb (nw) AJR2017-05-061-26/+7
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* Remove device_config_complete from numerous devices that don't really need it... AJR2017-02-091-10/+0
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-9/+9
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-9/+11
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* clang-modernize part 4 Miodrag Milanovic2015-12-041-6/+6
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+870