summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/esq5505.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hd63450: converted to use inline configs. nw. Fabio Priuli2014-05-151-8/+3
* es550x_device: converted to devcb2 (nw) Ivan Vangelista2014-04-281-11/+10
* Replaced set_irq_acknowledge_callback with proper MCFG_CPU_IRQ_ACKNOWLEDGE_DR... Miodrag Milanovic2014-04-231-1/+2
* m68000 callbacks to delegates (nw) Miodrag Milanovic2014-04-221-3/+3
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* removed mame_* aliases and just use core_* functions (nw) Oliver Stöneberg2014-03-241-1/+1
* hd63450_device: converted to devcb2 (nw) Ivan Vangelista2014-03-221-30/+30
* Modernized hd63450_device. devcb2 conversion is in the works. (nw) Ivan Vangelista2014-03-211-8/+6
* (MESS) esqpanel: devcb2. (nw) Curt Coder2014-03-191-10/+12
* n68681: Renamed to mc68681. (nw) Curt Coder2014-03-181-21/+21
* MESS part of ATTR_PRINTF review (nw) Oliver Stöneberg2014-02-251-1/+3
* Remove local lists of midi devices as they are currently all the same [smf] smf-2014-02-231-10/+0
* (MESS) Start removing usage of deprecated 68681 INPORT_CALLBACK. [R. Belmont] R. Belmont2014-02-231-30/+24
* created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ... smf-2014-02-151-12/+11
* n68681: modernized and killed config struct in favor of devcb2. [R. Belmont] R. Belmont2014-01-031-16/+14
* converted serial & rs232 devices to devcb2 [smf] smf-2013-12-201-14/+8
* Modernized es5505/es5506 device. (nw) Ivan Vangelista2013-11-111-4/+4
* Cleanups and version bumpmame0151 Miodrag Milanovic2013-11-051-2/+1
* (MESS) R. Belmont2013-09-241-3/+15
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-171-11/+11
* esq5505: Sorted out BIOSes for the SD-1 family: newly dumped 3.0 for 21-voice... R. Belmont2013-09-111-6/+14
* Separate Ensoniq "pump" device out from esq5505.c [R. Belmont] R. Belmont2013-08-171-274/+19
* (MESS) ES5510: fixed saturating ALU operations, greatly improving the behavio... R. Belmont2013-08-101-8/+9
* (MESS) SQ also don't have an FDC (nw) R. Belmont2013-08-071-1/+0
* (MESS) Ensoniq 16-bit: SQ series are 21-voice, not 32. Fixes tuning vs. h/w.... R. Belmont2013-08-071-1/+1
* es5510: improved debug capabilities, better disassembly, bugfixed many opcode... R. Belmont2013-08-061-21/+84
* Cleanups and version bumpmame0149u1 Miodrag Milanovic2013-07-231-4/+4
* (MESS) Ensoniq 16-bit: better A/D parameter handling, allow panel device to s... R. Belmont2013-07-181-43/+35
* changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) Miodrag Milanovic2013-06-211-1/+1
* es5510: Preliminary hookup to es5505/5506. Samples are passed through unchan... R. Belmont2013-06-141-37/+290
* Moved default card config, device inputs and clock off the slot interface so ... smf-2013-05-291-7/+7
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-6/+6
* little bit more (nw) Miodrag Milanovic2013-04-011-5/+5
* made some of sound devices use device callbacks instead of function callbacks... Miodrag Milanovic2013-03-291-3/+3
* IRQ_CALLBACK_MEMBER cleanup (no whatsnew) Miodrag Milanovic2013-02-181-11/+12
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-67/+67
* Initial implementation of Ensoniq ES5510 DSP [Christian Brunschen] R. Belmont2013-02-031-225/+142
* (MESS) esq5505: Use esqpanel base class for massive cleanup. [R. Belmont] R. Belmont2013-01-261-86/+9
* First pass on MIDI out support [R. Belmont] R. Belmont2013-01-141-3/+8
* (MESS) esq5505: add MIDI In capability to all of these drivers. [R. Belmont] R. Belmont2013-01-131-1/+25
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-2/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-305/+304
* n68681: preliminary working diserial-based I/O [R. Belmont] R. Belmont2013-01-071-38/+57
* Checkpoint of "n68681" modernized, diserial-ized 68681 device (nw) R. Belmont2013-01-051-95/+107
* (MESS) New System Drivers Supported: R. Belmont2012-12-171-26/+72
* Cleanups and version bumpmame0147u4 Miodrag Milanovic2012-12-171-63/+63
* (MESS) Removed unnecessary includes. (nw) Curt Coder2012-12-091-3/+0
* (MESS) Finished sample ROM dump for SD-1 & SD-1 32 [Christian Brunschen] R. Belmont2012-11-301-18/+69
* wd1772: Rename to wd_fdc [O. Galibert] Olivier Galibert2012-11-271-1/+1
* Replaced all device_t's with actual device classes. Regression test recommend... Curt Coder2012-11-261-2/+2