summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/pc87306.cpp
Commit message (Collapse)AuthorAgeFilesLines
* machine/pc87306: preliminary COM1/COM2/LPT1 support angelosa2024-02-261-13/+203
|
* 8042kbdc: Unbundle keyboard from device and make it optional AJR2023-10-101-0/+5
|
* mc146818: Split non-direct read and write handlers into more ↵ AJR2023-10-091-1/+17
| | | | | | hardware-accurate handlers for address writes and data reads/writes Note that address_r is not provided since the original IC makes no provision for reading data strobed with AS back. However, a getter has been provided for some situations where this may be dubiously possible.
* machine/pc87306.cpp: should use KBDC8042_DOUBLE for set_interrupt_type angelosa2023-06-281-1/+1
|
* srcclean in preparation for 0.256 release branch. Vas Crabb2023-06-251-30/+30
|
* machine/pc87306.cpp: add keyboard enable mechanism angelosa2023-06-201-13/+152
|
* misc/odyssey.cpp: write a skeleton device for PC87306 Super I/O angelosa2023-06-191-0/+141