summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/sblaster.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* saa1099.cpp: Fix output, frequency behavior, Add notes cam9002020-06-241-6/+6
* finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-181-2/+2
* bus/isa: Simplify signatures of most handlers (nw) AJR2020-05-311-31/+31
* sblaster: support more playback commands (nw) Sergey Svishchev2020-02-081-3/+8
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-24/+24
* saa1099.cpp : Simplify handlers cam9002019-04-151-2/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-261-20/+17
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-17/+20
* volt_reg: set default m_output (nw) hap2019-02-191-1/+0
* Remove unnecessary address_space arguments on FM sound chips read/write handlers cam9002019-01-311-9/+9
* sblaster: DMA fixes for SB Pro and SB16 Sergey Svishchev2019-01-081-10/+8
* -bus/a7800/a78_slot, bus/astrocde/exp, slot, pc_joy/pc_joy, vcs/vcs_slot, : R... mooglyguy2018-12-181-62/+51
* sblaster: direct DAC mode Sergey Svishchev2018-06-071-1/+2
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-3/+6
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-12/+12
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-6/+6
* 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-3/+3
* This causes huge changes in behaviour that can't be hand-waved away. Vas Crabb2018-01-131-6/+10
* New way to provide DAC reference inputs (nw) AJR2018-01-101-10/+6
* Cleaned up serial, matrix keyboard and TI-8x link protocol interfaces: Vas Crabb2017-07-111-4/+1
* device_add_mconfig up to devices/bus/l* (nw) Ivan Vangelista2017-06-091-80/+64
* saa1099: Create standard write handler; substitute for bogus YM2413 in magica... AJR2017-06-071-10/+2
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-3/+3
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-12/+24
* sblaster: fix incessant popping before first use Scott Percival2017-03-271-0/+4
* sblaster: save DSP state Scott Percival2017-03-271-20/+57
* Self-registering devices prep: Vas Crabb2017-02-271-4/+8
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* converted lot of TRUE/FALSE to real boolean and updated types (nw) Miodrag Milanovic2016-10-221-4/+4
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-32/+32
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-45/+49
* Memory fun [O.Galibert] Olivier Galibert2016-06-141-22/+22
* pcat_dyn: add sound and mark toursol working [Carl] cracyc2016-03-191-1/+114
* reverting: Miodrag Milanovic2016-01-201-6/+6
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-3/+3
* Revert "some additional (nw)" Miodrag Milanovic2016-01-201-3/+3
* some additional (nw) Miodrag Milanovic2016-01-161-3/+3
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-3/+3
* tags are now strings (nw) Miodrag Milanovic2016-01-161-6/+6
* Revert "use c++ cast instead of c casts (nw)" Miodrag Milanovic2015-12-051-3/+3
* use c++ cast instead of c casts (nw) Miodrag Milanovic2015-12-051-3/+3
* clang-modernize part 2 Miodrag Milanovic2015-12-041-2/+2
* fix uninitialized class members for bus devices (nw) Miodrag Milanovic2015-11-141-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1682