| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | move mess into mame (nw) | 2015-09-30 | 1 | -622/+0 | |
| | | |||||
| * | cleanup of bogus copyright messages and restriction texts, update for Daniel ↵ | 2015-05-25 | 1 | -3/+0 | |
| | | | | | Coulom (nw) | ||||
| * | finish setting copyright holders for MESS section (nw) | 2015-05-13 | 1 | -2/+2 | |
| | | |||||
| * | Added dummy license lines to each file for MESS (nw) | 2015-05-07 | 1 | -0/+2 | |
| | | |||||
| * | Cleanups and version bumpmame0156 | 2014-11-26 | 1 | -1/+1 | |
| | | |||||
| * | fixed usage of initialized members in dave_device() (nw) | 2014-10-24 | 1 | -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) | 2014-04-30 | 1 | -1/+1 | |
| | | | | it is set to same value in sound.c | ||||
| * | fixed usage of uninitialized member in dave_device (nw) | 2014-04-25 | 1 | -1/+2 | |
| | | |||||
| * | Cleanups and version bumpmame0149 | 2013-06-11 | 1 | -21/+21 | |
| | | |||||
| * | (MESS) ep64: Stop Dave from crashing, give Nick RGB32 and resnet colors. (nw) | 2013-06-10 | 1 | -19/+20 | |
| | | |||||
| * | fixed array access (nw) | 2013-06-10 | 1 | -1/+1 | |
| | | |||||
| * | (MESS) ep64: Modernized the Enterprise 64/128 driver. [Curt Coder] | 2013-06-06 | 1 | -486/+366 | |
| | | |||||
| * | (MESS) enterp: modernized the Dave sound chip. [Fabio Priuli] | 2013-05-29 | 1 | -401/+267 | |
| | | |||||
| * | output of new srcclean changes that are relatively small [smf] | 2013-01-11 | 1 | -1/+0 | |
| | | |||||
| * | Cleanups and version bumpmame0148 | 2013-01-11 | 1 | -17/+15 | |
| | | |||||
| * | change from device->machine() to space.machine() in device handlers in order ↵ | 2012-09-21 | 1 | -1/+1 | |
| | | | | | to make next changes easier (no whatsnew) | ||||
| * | Stop allocating arrays of UINT8s for the tokens, when | 2012-09-18 | 1 | -1/+1 | |
| | | | | | we can allocate objects of the real type. | ||||
| * | Memory handler normalization, part 1. | 2012-09-17 | 1 | -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. | 2012-09-15 | 1 | -2/+1 | |
| | | |||||
| * | Cleanup and some inheritance fixes (no whatsnew) | 2012-09-03 | 1 | -17/+0 | |
| | | |||||
| * | conversion of legacy devices into modern wip (no whatsnew) | 2012-09-03 | 1 | -2/+49 | |
| | | |||||
| * | Merge of MESS sources (no whatsnew) | 2012-08-21 | 1 | -0/+837 | |
