summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ie15.h
Commit message (Expand)AuthorAgeFilesLines
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-22/+23
* Revert initialisation of device members in headers. Vas Crabb2022-04-031-20/+20
* init vars for coverity (devices/machine/5-i) Robbbert2022-04-021-20/+20
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* ie15: update logging, use device_matrix_keyboard_interface (#7463) shattered2020-11-131-0/+2
* devices/machine, sound and video: removed read and write macros (nw) Ivan Vangelista2020-06-171-22/+22
* last batch of changes to make the https://github.com/mamedev/mame/tree/devcb-... Ivan Vangelista2020-05-211-1/+1
* src/devices: Replace output().set_value with output finders (nw) AJR2019-10-301-0/+9
* machine/ie15: Eliminate bus/rs232 dependency (nw) AJR2019-10-171-1/+0
* IE15 terminal: rework the RS232 interfaces 68bit2019-10-181-6/+23
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-0/+1
* devices/machine: some private-ization (nw) Ivan Vangelista2018-02-151-10/+12
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+2
* some more devices/machine to device_add_mconfig (nw) Ivan Vangelista2017-06-011-6/+5
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-6/+7
* ie15: convert to a device with frontends (standalone driver and rs232 slot de... Sergey Svishchev2017-03-131-0/+133