| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | move mess into mame (nw) | 2015-09-30 | 1 | -1010/+0 | |
| | | |||||
| * | change flags from GAME_ to MACHINE_ | 2015-07-29 | 1 | -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) | 2015-07-08 | 1 | -1/+1 | |
| | | |||||
| * | (MESS) dectalk.c: update comments about DTMF detection (n/w) | 2015-06-11 | 1 | -3/+10 | |
| | | |||||
| * | given this driver is 3bsd, this makes no sense anymore. (n/w) | 2015-05-11 | 1 | -21/+0 | |
| | | |||||
| * | Start adding owners to files in MESS and updated license for PeT (nw) | 2015-05-08 | 1 | -1/+1 | |
| | | |||||
| * | m68000 callbacks to delegates (nw) | 2014-04-22 | 1 | -19/+19 | |
| | | |||||
| * | Added serial printer, renamed centronics printer to match. Standardised the ↵ | 2014-04-16 | 1 | -1/+1 | |
| | | | | | configuration of rs232 devices. All serial devices are now connected using an rs232 port. [smf] | ||||
| * | n68681: Renamed to mc68681. (nw) | 2014-03-18 | 1 | -10/+10 | |
| | | |||||
| * | created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ↵ | 2014-02-15 | 1 | -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] | 2014-01-03 | 1 | -11/+6 | |
| | | |||||
| * | converted serial & rs232 devices to devcb2 [smf] | 2013-12-20 | 1 | -10/+2 | |
| | | |||||
| * | Cleanups and version bumpmame0151 | 2013-11-05 | 1 | -5/+5 | |
| | | |||||
| * | nmk16: add missing copyright holder | 2013-10-15 | 1 | -1/+1 | |
| | | | | others: standardize license tags to SPDX abbreviations | ||||
| * | specify licenses | 2013-10-15 | 1 | -0/+2 | |
| | | |||||
| * | specify licenses | 2013-10-14 | 1 | -1/+23 | |
| | | |||||
| * | forgot to update the todo (n/w) | 2013-10-11 | 1 | -2/+2 | |
| | | |||||
| * | fix an unfinished comment, n/w | 2013-10-09 | 1 | -1/+2 | |
| | | |||||
| * | added more information about the team behind the dectalk project. n/w | 2013-10-09 | 1 | -4/+21 | |
| | | |||||
| * | (MESS) dectalk.c: fixed 68k->dsp fifo, hooked up the old 1.8 dsp rom version ↵ | 2013-10-06 | 1 | -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 | 2013-10-06 | 1 | -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) | 2013-10-06 | 1 | -3/+5 | |
| | | |||||
| * | (MESS) dectalk.c: add DECtalk DTC-01 v1.8 firmware, add two new DECtalk DSP ↵ | 2013-10-06 | 1 | -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) | 2013-09-09 | 1 | -1/+1 | |
| | | |||||
| * | (MESS) dectalk.c: DECtalk DTC-01: updated to use n68681, and to use proper ↵ | 2013-09-09 | 1 | -108/+87 | |
| | | | | | device for x2212 NVRAM; updated various comments [Lord Nightmare, R.Belmont, Robbert, smf] | ||||
| * | legacy_cpu-- | 2013-06-25 | 1 | -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) | 2013-05-23 | 1 | -2/+22 | |
| | | |||||
| * | pcat cleanup + removal of all not used LEGACY calls (in comments) and ↵ | 2013-04-19 | 1 | -1/+1 | |
| | | | | | removal of not used macros (nw) | ||||
| * | various cpu lookup cleanup (nw) | 2013-04-15 | 1 | -9/+12 | |
| | | |||||
| * | Removal of machine().root_device() where appropriate (nw) | 2013-04-14 | 1 | -1/+1 | |
| | | |||||
| * | dac_device tag lookup cleanup (nw) | 2013-04-12 | 1 | -4/+5 | |
| | | |||||
| * | changed machine().device("maincpu") with m_maincpu in mess tree part (nw) | 2013-04-10 | 1 | -10/+12 | |
| | | |||||
| * | Cleanups and version bumpmame0148u2 | 2013-03-19 | 1 | -5/+5 | |
| | | |||||
| * | dectalk.c: Another dedication; no whatsnew. | 2013-02-20 | 1 | -1/+2 | |
| | | |||||
| * | stupid typos. n/w | 2013-02-20 | 1 | -2/+2 | |
| | | |||||
| * | dectalk.c: renamed dectalk roms to match the DEC 23-xxxLn standard and noted ↵ | 2013-02-20 | 1 | -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) | 2013-02-18 | 1 | -45/+45 | |
| | | |||||
| * | Cleanups and version bumpmame0148 | 2013-01-11 | 1 | -35/+35 | |
| | | |||||
| * | Replace some *_DEVICE_HANDLER with _MEMBER calls (no whatsnew) | 2012-09-26 | 1 | -3/+4 | |
| | | |||||
| * | modernization or timer callbacks part 3 - final (no whatsnew) | 2012-09-24 | 1 | -5/+6 | |
| | | |||||
| * | change from device->machine() to space.machine() in device handlers in order ↵ | 2012-09-21 | 1 | -1/+1 | |
| | | | | | to make next changes easier (no whatsnew) | ||||
| * | Since nobody checks for NULLs anyway, make | 2012-09-19 | 1 | -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 ↵ | 2012-09-13 | 1 | -3/+3 | |
| | | | | | changed to be members of state classes (no whatsnew) | ||||
| * | Get rid of devtag_reset macro. | 2012-09-12 | 1 | -1/+1 | |
| | | |||||
| * | Closeout on old macros. Retired cputag_set_input_line | 2012-09-12 | 1 | -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) | 2012-08-21 | 1 | -0/+820 | |
