summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/audio/dave.c
Commit message (Collapse)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-622/+0
|
* cleanup of bogus copyright messages and restriction texts, update for Daniel ↵ Miodrag Milanovic2015-05-251-3/+0
| | | | Coulom (nw)
* finish setting copyright holders for MESS section (nw) Miodrag Milanovic2015-05-131-2/+2
|
* Added dummy license lines to each file for MESS (nw) Miodrag Milanovic2015-05-071-0/+2
|
* Cleanups and version bumpmame0156 Miodrag Milanovic2014-11-261-1/+1
|
* fixed usage of initialized members in dave_device() (nw) Oliver Stöneberg2014-10-241-4/+15
| | | | | also fixes signed integer overflow in dave_device::sound_stream_update() with ep128 and others
* removed not needed parameter from stream_alloc (nw) Miodrag Milanovic2014-04-301-1/+1
| | | it is set to same value in sound.c
* fixed usage of uninitialized member in dave_device (nw) Oliver Stöneberg2014-04-251-1/+2
|
* Cleanups and version bumpmame0149 Miodrag Milanovic2013-06-111-21/+21
|
* (MESS) ep64: Stop Dave from crashing, give Nick RGB32 and resnet colors. (nw) Curt Coder2013-06-101-19/+20
|
* fixed array access (nw) smf-2013-06-101-1/+1
|
* (MESS) ep64: Modernized the Enterprise 64/128 driver. [Curt Coder] Curt Coder2013-06-061-486/+366
|
* (MESS) enterp: modernized the Dave sound chip. [Fabio Priuli] Fabio Priuli2013-05-291-401/+267
|
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
|
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-17/+15
|
* change from device->machine() to space.machine() in device handlers in order ↵ Miodrag Milanovic2012-09-211-1/+1
| | | | to make next changes easier (no whatsnew)
* Stop allocating arrays of UINT8s for the tokens, when Aaron Giles2012-09-181-1/+1
| | | | we can allocate objects of the real type.
* Memory handler normalization, part 1. Aaron Giles2012-09-171-5/+6
| | | | | | | | | | | | | READ/WRITE_DEVICE*_HANDLERs are now passed an address_space &, and the 8-bit variants get a mem_mask as well. This means they are now directly compatible with the member function delegates. Added a generic address space to the driver_device that can be used when no specific address space is available. Also added DECLARE_READ/WRITE_DEVICE*_HANDLER macros to declare device callbacks with default mem_mask parameters. [Aaron Giles]
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-2/+1
|
* Cleanup and some inheritance fixes (no whatsnew) Miodrag Milanovic2012-09-031-17/+0
|
* conversion of legacy devices into modern wip (no whatsnew) Miodrag Milanovic2012-09-031-2/+49
|
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+837