summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/compucolor (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move format #includes out of header files AJR2023-10-122-1/+2
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-2/+2
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-042-4/+4
* Revert initialisation of device members in headers. Vas Crabb2022-04-031-1/+1
* init vars for coverity (bus/a-l) Robbbert2022-04-021-1/+1
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-262-2/+2
* floppies: Turn the format arrays into function calls. Create a default "mfm"... Olivier Galibert2021-03-022-4/+6
* (nw) Clean up the mess on master Vas Crabb2019-03-262-13/+22
* Revert "conflict resolution (nw)" andreasnaive2019-03-252-22/+13
* devices/bus: More floppy MCFG_ removal (nw) AJR2019-01-192-13/+22
* rs232: some more MCFG removal (nw) Ivan Vangelista2018-10-191-11/+9
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-042-7/+9
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* Further improvements to slot option validation (nw) AJR2017-06-101-1/+1
* device_add_mconfig up to devices/bus/h* (nw) Ivan Vangelista2017-06-082-18/+7
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-142-22/+20
* Self-registering devices prep: Vas Crabb2017-02-271-2/+2
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-222-10/+10
* reverting: Miodrag Milanovic2016-01-202-4/+4
* tags are now strings (nw) Miodrag Milanovic2016-01-162-4/+4
* override part 1 (nw) Miodrag Milanovic2015-12-051-8/+8
* fix uninitialized class members for bus devices (nw) Miodrag Milanovic2015-11-141-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+0
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-132-0/+375