summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/dectalk.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* m68000 callbacks to delegates (nw) Miodrag Milanovic2014-04-221-19/+19
* Added serial printer, renamed centronics printer to match. Standardised the c... smf-2014-04-161-1/+1
* n68681: Renamed to mc68681. (nw) Curt Coder2014-03-181-10/+10
* created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ... smf-2014-02-151-5/+6
* n68681: modernized and killed config struct in favor of devcb2. [R. Belmont] R. Belmont2014-01-031-11/+6
* converted serial & rs232 devices to devcb2 [smf] smf-2013-12-201-10/+2
* Cleanups and version bumpmame0151 Miodrag Milanovic2013-11-051-5/+5
* nmk16: add missing copyright holder Jonathan Gevaryahu2013-10-151-1/+1
* specify licenses Jonathan Gevaryahu2013-10-151-0/+2
* specify licenses Jonathan Gevaryahu2013-10-141-1/+23
* forgot to update the todo (n/w) Jonathan Gevaryahu2013-10-111-2/+2
* fix an unfinished comment, n/w Jonathan Gevaryahu2013-10-091-1/+2
* added more information about the team behind the dectalk project. n/w Jonathan Gevaryahu2013-10-091-4/+21
* (MESS) dectalk.c: fixed 68k->dsp fifo, hooked up the old 1.8 dsp rom version ... Jonathan Gevaryahu2013-10-061-9/+12
* (MESS) dectalk.c: fixed the outfifo handler so the 'later 2.0' -409/-410 dsp Jonathan Gevaryahu2013-10-061-12/+39
* minor dectalk comment updates (n/w) Jonathan Gevaryahu2013-10-061-3/+5
* (MESS) dectalk.c: add DECtalk DTC-01 v1.8 firmware, add two new DECtalk DSP f... Jonathan Gevaryahu2013-10-061-20/+51
* missed one tiny thing (n/w) Jonathan Gevaryahu2013-09-091-1/+1
* (MESS) dectalk.c: DECtalk DTC-01: updated to use n68681, and to use proper de... Jonathan Gevaryahu2013-09-091-108/+87
* legacy_cpu-- David Haywood2013-06-251-1/+1
* MESS anonymous timers this time. (nw) Andrew Gardner2013-05-231-2/+22
* pcat cleanup + removal of all not used LEGACY calls (in comments) and removal... Miodrag Milanovic2013-04-191-1/+1
* various cpu lookup cleanup (nw) Miodrag Milanovic2013-04-151-9/+12
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-1/+1
* dac_device tag lookup cleanup (nw) Miodrag Milanovic2013-04-121-4/+5
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-10/+12
* Cleanups and version bumpmame0148u2 Miodrag Milanovic2013-03-191-5/+5
* dectalk.c: Another dedication; no whatsnew. Jonathan Gevaryahu2013-02-201-1/+2
* stupid typos. n/w Jonathan Gevaryahu2013-02-201-2/+2
* dectalk.c: renamed dectalk roms to match the DEC 23-xxxLn standard and noted ... Jonathan Gevaryahu2013-02-201-25/+128
* Some mess modernization (nw) Miodrag Milanovic2013-02-181-45/+45
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-35/+35
* Replace some *_DEVICE_HANDLER with _MEMBER calls (no whatsnew) Miodrag Milanovic2012-09-261-3/+4
* modernization or timer callbacks part 3 - final (no whatsnew) Miodrag Milanovic2012-09-241-5/+6
* change from device->machine() to space.machine() in device handlers in order ... Miodrag Milanovic2012-09-211-1/+1
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-3/+3
* Get rid of devtag_reset macro. Aaron Giles2012-09-121-1/+1
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-17/+17
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+820