summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/dectalk.c
Commit message (Collapse)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-1010/+0
|
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-1/+1
| | | | this better fits the drivers from MESS (which have always illogically used the GAME_ flags despite not being games) and also fits fine with arcade machines.
* more pedantic fixes (NW) Cowering2015-07-081-1/+1
|
* (MESS) dectalk.c: update comments about DTMF detection (n/w) Lord-Nightmare2015-06-111-3/+10
|
* given this driver is 3bsd, this makes no sense anymore. (n/w) Lord-Nightmare2015-05-111-21/+0
|
* Start adding owners to files in MESS and updated license for PeT (nw) Miodrag Milanovic2015-05-081-1/+1
|
* m68000 callbacks to delegates (nw) Miodrag Milanovic2014-04-221-19/+19
|
* Added serial printer, renamed centronics printer to match. Standardised the ↵ smf-2014-04-161-1/+1
| | | | configuration of rs232 devices. All serial devices are now connected using an rs232 port. [smf]
* 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
| | | | and midi devices, changed h89 to use an rs232 port to communicate with the serial terminal to instead of connecting it directly. [smf]
* 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
| | | others: standardize license tags to SPDX abbreviations
* 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
| | | | since it works with 1.8 with no glitching and also works with 2.0 [Lord Nightmare]
* (MESS) dectalk.c: fixed the outfifo handler so the 'later 2.0' -409/-410 dsp Jonathan Gevaryahu2013-10-061-12/+39
| | | | | firmware works correctly; some minor documentation updates as well, and added a compile-time feature to boost interleave when the output fifo is about to run out. [Lord Nightmare]
* 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 ↵ Jonathan Gevaryahu2013-10-061-20/+51
| | | | firmwares (one which goes with v1.8, and one which goes with later v2.0 units) [Al Kossow, Lord Nightmare]
* 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 ↵ Jonathan Gevaryahu2013-09-091-108/+87
| | | | device for x2212 NVRAM; updated various comments [Lord Nightmare, R.Belmont, Robbert, smf]
* legacy_cpu-- David Haywood2013-06-251-1/+1
| | | this is a first pass at converting to a modern device, I'd be surprised if there are no issue but it's already a weeks worth of updating + testing.
* MESS anonymous timers this time. (nw) Andrew Gardner2013-05-231-2/+22
|
* pcat cleanup + removal of all not used LEGACY calls (in comments) and ↵ Miodrag Milanovic2013-04-191-1/+1
| | | | removal of not used macros (nw)
* 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
| | | | what their actual paper labels were (these paper labels will differ on different dectalk units depending on exactly when they were made, though the ROM contents are exactly the same! The derivable 23-xxxLn part number will not change, though.). Added more comments. [Lord Nightmare]
* 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
| | | | to make next changes easier (no whatsnew)
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
| | | | | | | | | | | | device_memory_interface::space() assert against NULL and return a reference, and pushed references throughout all address space usage in the system. Added a has_space() method to check for those rare case when it is ambiguous. [Aaron Giles] Also reinstated the generic space and added fatal error handlers if anyone tries to actually read/write from it.
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT ↵ Miodrag Milanovic2012-09-131-3/+3
| | | | changed to be members of state classes (no whatsnew)
* 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
| | | | | | | and cputag_set_input_line_and_vector, replacing them with machine.device("tag")->execute().set_input_line[_and_vector]. [Aaron Giles]
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+820