summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/intellec4 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-142-20/+20
* -Switch to building MAME as C++17. Vas Crabb2020-11-158-16/+16
* finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-184-16/+16
* start putting noexcept on things that have no business throwing exceptions, s... Vas Crabb2019-11-103-27/+27
* Spring cleaning: Vas Crabb2019-11-012-23/+9
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-262-6/+6
* (nw) Clean up the mess on master Vas Crabb2019-03-262-39/+17
* Revert "conflict resolution (nw)" andreasnaive2019-03-252-17/+39
* bus/intellec4: Simplify implementation by using required_address_space (nw) AJR2019-01-222-39/+17
* more of the same (nw) Vas Crabb2018-07-081-32/+4
* Allow passing std::unique_ptr<TYPE> directly to save_pointer and remove now-s... AJR2018-06-242-2/+2
* remove pointless boilerplate (nw) Vas Crabb2018-06-041-4/+0
* move couple more slots across (nw) Vas Crabb2018-05-111-0/+2
* (nw) More next-generation machine configuration WIP and bus modernisation - s... Vas Crabb2018-05-072-5/+10
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-13/+15
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-042-6/+7
* Set finder tag relative to current device being configured rather than Vas Crabb2018-04-301-6/+6
* (nw) forward some objects; line continuations are not scope dammit Vas Crabb2018-03-041-13/+13
* destaticify initializations (nw) (#3289) wilbertpol2018-03-042-77/+23
* Grammar police (nw) Olivier Galibert2018-02-241-1/+1
* Add "minimaws" sample script demonstrating how to do some tasks with Vas Crabb2017-08-011-2/+2
* Add N-dimensional output finder to avoid runtime string hashes - intlc440 in ... Vas Crabb2017-07-291-4/+4
* intellec4: implement imm4-22 program/data storage module Vas Crabb2017-07-155-45/+542
* Fix issue 2468 Olivier Galibert2017-07-131-0/+2
* gah, need to add (nw) Vas Crabb2017-07-132-0/+191
* intellec4: implememnt PROM memory module Vas Crabb2017-07-133-5/+11
* correct model number and speed for intellec4 paper tape reader (thanks AJR) Vas Crabb2017-07-133-27/+48
* intellec4: add high-speed paper tape reader card (installed in slot j7 by def... Vas Crabb2017-07-133-0/+127
* INTELLEC 4: implement front-panel PROM programmer Vas Crabb2017-07-121-0/+6
* Cleaned up serial, matrix keyboard and TI-8x link protocol interfaces: Vas Crabb2017-07-112-26/+116
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-102-1/+133
* (nw) notes, coverity complaints, INTELLEC 4/MOD 4 layout, detect duplicate bo... Vas Crabb2017-07-091-1/+3
* intlc440 improvements: Vas Crabb2017-07-012-0/+300