summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/a2bus/excel9.cpp
Commit message (Collapse)AuthorAgeFilesLines
* a2bus: Interface refinements AJR2025-11-101-0/+5
| | | | | - Add (back) a reset_from_bus method to respond when the reset line is activated from the keyboard. This has been implemented for most devices in a seemingly logical way, resetting devices with actual reset lines and restoring member variables much like device_reset. It may need further refinement for some cards. - Change the default semantics of take_c800 from opt-out to opt-in. This is an optional function not built into the electrical interface, so many cards were falsely providing it.
* excel9.cpp: Additional cleanup, made code style consistent, fixed weird ↵ arbee2022-06-061-18/+12
| | | | spacing. [R. Belmont]
* apple2: support for the Excel-9 6809 card, which runs Flex09. [Rob Justice, ↵ arbee2022-06-051-0/+311
R. Belmont]