summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/bsmt2000.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-358/+0
* memory: Remove support for decrypted bases, use an address space instead [O. ... Olivier Galibert2015-06-241-1/+1
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* Expanded device_t constructor with parameters for short name and source file ... Miodrag Milanovic2013-03-261-2/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-14/+14
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* Removed ADDRESS_MAP_MODERN define (no whatsnew) Miodrag Milanovic2012-04-011-1/+0
* Create a new device_mixer_interface, derived from device_sound_interface, Aaron Giles2012-02-251-4/+0
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-241-1/+1
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-1/+1
* Fixed decobsmt and simplified sound board. (no whatsnew) Miodrag Milanovic2011-09-191-1/+2
* bsmt2000: give shortname so it can find its own ROMs (nw) R. Belmont2011-09-031-0/+1
* - Updated romload so devices are loaded from separate files [Miodrag Milanovic] Miodrag Milanovic2011-08-021-1/+1
* Bug #04402 fixed (BSMT2000 sound) [Miodrag Milanovic] Miodrag Milanovic2011-07-021-1/+1
* - Removed difference between handling driver and device address maps Miodrag Milanovic2011-05-081-9/+10
* DEVICE_SELF_OWNER->DEVICE_SELF smf-2011-05-081-6/+6
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-76/+40
* Switch from m_machine to machine() everywhere. In some cases this Aaron Giles2011-04-181-2/+2
* (Big tangle of changes that all happened as I was looking into the ROM Aaron Giles2011-04-131-2/+1
* Move overridable device->rom_region(), device->machine_config_additions(), and Aaron Giles2011-03-301-2/+2
* BIG update. Aaron Giles2011-03-291-1/+1
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-4/+4
* Cleanups and version bump.mame0141u3 Aaron Giles2011-02-281-1/+1
* Removed short name as parameter from device_config this way it is not mandato... Miodrag Milanovic2011-02-111-2/+3
* - Added shortname to devices in order to make ROM loading per device possible... Miodrag Milanovic2011-02-101-1/+1
* Cleanups and version bump.mame0141u2 Aaron Giles2011-02-091-1/+1
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-7/+7
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-3/+3
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* C++-ified the sound and streams interfaces. Combined sound.c and streams.c Aaron Giles2011-01-271-7/+6
* Cleanups and version bump.mame0141u1 Aaron Giles2011-01-241-10/+10
* VC2008 compile fixes (no whatsnew) mariuszw12011-01-221-1/+1
* Added a virtual stream update function to the device sound interface. Aaron Giles2011-01-211-2/+2
* Minor cleanups and re-added save state support. Aaron Giles2011-01-211-2/+11
* Replaced BSMT2000 HLE emulator with emulation of the original TMS32015. Aaron Giles2011-01-201-390/+307
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* Remove artificial SOUND_ prefix from sound device names. Aaron Giles2010-09-021-1/+1
* Cleanups and version bump.mame0139u2 Aaron Giles2010-08-301-1/+1
* 03994: All sets in dcheese.c: Reload of state cause audio corruption [Phil Be... Phil Bennett2010-08-161-4/+18
* Split implementation for legacy devices into a separate macro. Updated all Aaron Giles2010-06-111-0/+3
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-8/+6
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* Added casting operators to the region_info class so you can assign Aaron Giles2010-01-161-2/+2
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-2/+0
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-1/+1
* Sound cores compile cleanly. Aaron Giles2009-03-121-1/+1
* Ok, this is The Big One. Aaron Giles2009-02-111-61/+36
* On Mon, Jan 19, 2009 at 02:48:05PM +0100, Olivier Galibert wrote: Aaron Giles2009-01-221-1/+0
* Sound cores no longer allocate their own tokens. Instead they return a new Aaron Giles2009-01-181-6/+3
* Cleaned up device and sound interfaces to match the CPU Aaron Giles2008-12-191-6/+6