summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/es5510
Commit message (Expand)AuthorAgeFilesLines
* fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn... Oliver Stöneberg2014-09-081-1/+2
* fixed Michaël Banaan Ananas2014-04-041-2/+2
* removed mame_* aliases and just use core_* functions (nw) Oliver Stöneberg2014-03-241-1/+1
* rest of ATTR_PRINTF review (nw) Oliver Stöneberg2014-02-251-1/+1
* second round of clang 3.4 fixes for MESS (nw) Oliver Stöneberg2014-02-201-1/+1
* More "old GCC" fixups (nw) R. Belmont2013-11-161-0/+2
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-172-10/+10
* (MESS) ES5510: fixed saturating ALU operations, greatly improving the behavio... R. Belmont2013-08-101-39/+51
* es5510: improved debug capabilities, better disassembly, bugfixed many opcode... R. Belmont2013-08-062-123/+353
* Cleanups and version bumpmame0149u1 Miodrag Milanovic2013-07-232-8/+8
* did modern cpu cores as well (nw) Miodrag Milanovic2013-06-211-1/+1
* es5510: Preliminary hookup to es5505/5506. Samples are passed through unchan... R. Belmont2013-06-142-451/+552
* added missing breaks in es5510_device::write_reg() Oliver Stöneberg2013-03-131-3/+24
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-112-801/+801
* fixed uninitialized memory in src/emu/cpu/es5510/es5510.c (nw) Oliver Stöneberg2013-02-101-0/+3
* And a few more (nw) R. Belmont2013-02-041-4/+4
* Additional portability fixes (nw) R. Belmont2013-02-041-8/+8
* Added proper replace func and made it always use that one (nw) Miodrag Milanovic2013-02-041-4/+10
* Compile fix (no whatsnew) Miodrag Milanovic2013-02-041-19/+19
* Initial implementation of Ensoniq ES5510 DSP [Christian Brunschen] R. Belmont2013-02-032-0/+1041