summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/coco/coco_midi.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. ↵ holub2024-09-271-3/+3
| | | | (#12822)
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit ↵ MooglyGuy2023-06-011-2/+2
| | | | function signatures. (#11283) [Ryan Holtz]
* Miscellaneous cleanup. Vas Crabb2021-01-101-1/+3
| | | | | | * audio/redbaron.cpp: Added save state support. * gladiatr.cpp: Fixed typo. * Changed some unused functions to use [[maybe_unused]] attribute so they don't rot.
* coco_midi: tidy namespace Patrick Mackinlay2021-01-081-3/+1
|
* coco_midi: fix msvc build Patrick Mackinlay2021-01-041-2/+6
|
* srcclean for 0.227 Vas Crabb2020-12-271-2/+2
|
* bus/coco Added CoCo and Dragon MIDI cartridges. (#7589) tim lindner2020-12-251-0/+112