summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/thomson (follow)
Commit message (Expand)AuthorAgeFilesLines
* floppy.cpp: Update class variables to current naming convention. (#11851) Mark Garlanger2024-01-201-5/+5
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-172-7/+0
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-016-18/+18
* bus/thomson/cd90_015.cpp, tecmo/tehkanwc.cpp: Misc. notes AJR2023-01-131-2/+3
* bus/thomson/cd90_015: Further customization of floppy drive AJR2022-12-131-1/+29
* bus/thomson/cd90_015.cpp: Correct floppy drive type and name AJR2022-12-131-5/+5
* bus/thomson/speech.cpp: Fix sound routing AJR2022-12-101-1/+1
* thomson.cpp: Extension bus cleanup AJR2022-12-1020-32/+618
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-046-34/+28
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-266-6/+6
* srcclean in preparation for branching release Vas Crabb2021-04-253-7/+7
* thomson: Turn the extensions into slot devices, modernize the floppies Olivier Galibert2021-04-1912-0/+1390