summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/swtpc8212.cpp
Commit message (Expand)AuthorAgeFilesLines
* ds8874: move to video folder (led driver chip), hap2024-04-111-1/+3
* misc: remove most \xC2 and \xC3 from input defs (didn't grep for uppercase C ... hap2023-12-231-6/+6
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-7/+0
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-8/+3
* removed some unnecessary 6821 readca1_handler/readca2_handler/readcb1_handler... smf-2022-05-181-7/+1
* swtpc8212: fixed crash on exit if you adjust a dipswitch. Validation should m... Robbbert2022-04-271-4/+4
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* Cleaned up bitmap API. Vas Crabb2020-09-271-1/+1
* devices/machine: simplified handlers for various devices (nw) Ivan Vangelista2020-03-241-15/+15
* m6802, nsc8105: Internalize internal RAM (nw) AJR2019-12-011-1/+0
* srcclean and indentation cleanup (nw) Vas Crabb2019-11-241-11/+11
* swtpc8212: get it running, and on the rs232 bus (#5729) 68bit2019-10-301-0/+582