summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/w83977tf.cpp
Commit message (Collapse)AuthorAgeFilesLines
* ds8874: move to video folder (led driver chip), hap2024-04-111-1/+1
| | | | misc: remove folder from self #include
* pc/sis630: initial implementation for IT8705F Super I/O angelosa2024-03-101-1/+1
|
* machine/w83977tf: hookup basic LPT port angelosa2024-02-101-9/+99
|
* video/pc_vga_sis: placeholder for extended clock modes, reformat sequencer ↵ angelosa2024-02-101-5/+6
| | | | logging, extend QA notes
* sega/sega_beena.cpp: Hooked up barcode cards. Vas Crabb2023-12-141-2/+19
| | | | | | | | | | Systems promoted to working --------------------------- Sega TV Ocha-Ken [QUFB] Software list items promoted to working (tvochken.xml) ------------------------------------------------------ TV to Ocha-Card: Ocha-Ken 'Ho' to Seikatsu [Vas Crabb]
* 8042kbdc: Unbundle keyboard from device and make it optional AJR2023-10-101-1/+7
|
* 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/w83977tf.cpp: implement keyboard port PnPs angelosa2023-06-271-3/+38
|
* chore: misc cleanups in PCI world angelosa2023-06-251-3/+5
|
* srcclean in preparation for 0.256 release branch. Vas Crabb2023-06-251-18/+18
|
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-11/+0
| | | | | | | | | | | | Read callbacks now need a default return value supplied at construction. Replaced isnull() with isunset() which tells you if the callback wasn't configured rather than whether it isn't safe to call. Enabled validation of device callbacks (it seems it was disabled at some point, probably accidentally). Device callbacks and object finders now implement the same interface for resolution.
* pc/pcipc.cpp: derive a very preliminary i440bx AGP target from savquest BIOS angelosa2023-05-301-0/+379
machine/w83977tf.cpp: preliminary Super I/O PoC