summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/esq1.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* es5503 used devcb2 instead of custom callbacks (nw) Miodrag Milanovic2014-03-231-3/+10
* (MESS) esqpanel: devcb2. (nw) Curt Coder2014-03-191-6/+2
* n68681: Renamed to mc68681. (nw) Curt Coder2014-03-181-12/+12
* 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-7/+0
* created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ... smf-2014-02-151-10/+8
* replaced more machine().firstcpu with m_maincpu [smf] smf-2014-01-231-1/+1
* n68681: modernized and killed config struct in favor of devcb2. [R. Belmont] R. Belmont2014-01-031-13/+8
* converted serial & rs232 devices to devcb2 [smf] smf-2013-12-201-12/+5
* Moved default card config, device inputs and clock off the slot interface so ... smf-2013-05-291-2/+2
* esq1: Some info (nw) Olivier Galibert2013-05-231-0/+4
* Cleanups and version bumpmame0148u5 Miodrag Milanovic2013-05-201-41/+40
* (MESS) esq1: preliminary emulation of analog stages (VCFs and VCAs) [O. Galib... R. Belmont2013-05-031-26/+308
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-1/+1
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-3/+3
* (MESS) ESQ-1: Converted to n68681, hooked up MIDI I/O, mapped more front pane... R. Belmont2013-01-171-89/+100
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-117/+117
* Cleanups and version bumpmame0147u4 Miodrag Milanovic2012-12-171-60/+60
* 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
* (MESS) esqvfd: fake underline until we redo the character matrix (nw) R. Belmont2012-11-261-18/+17
* esq1: figured out KPC command format, fixed keyboard hack accordingly (nw) R. Belmont2012-11-231-19/+93
* es5503: Make the number of output channels configurable [O. Galibert] Olivier Galibert2012-11-231-2/+10
* esq5505 updates [Christian Brunschen, R. Belmont] R. Belmont2012-11-221-2/+0
* Modernized INPUT_CHANGED in MESS part of tree (no whatsnew) Miodrag Milanovic2012-09-191-29/+30
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-6/+5
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-1/+1
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-1/+1
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+349