summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/sis950_lpc.cpp
Commit message (Collapse)AuthorAgeFilesLines
* machine/i82371sb.cpp: rectify ↵ angelosa2025-03-251-0/+1
| | | | https://github.com/mamedev/mame/commit/377e9d6d7dd2f04427b21387f14dc0e9b30970e3
* machine/i82371sb.cpp: lift cargo cult 0xe0-0xef noprw angelosa2025-03-151-1/+2
| | | | machine/mediagx_cs5530_bridge, machine/sis85c496.cpp, machine/sis950_lpc.cpp: as above
* machine/sis950_lpc.cpp: pull up non-existant COM3 access angelosa2025-02-131-0/+2
|
* Fixed a number of places where comments said "complaint" when they meant ↵ Michael Sanborn2024-08-291-1/+1
| | | | "compliant". (#12697)
* machine/sis950_lpc: replace PS/2 controller back to LLE angelosa2024-03-231-34/+24
| | | | - resolve hangs described in PR #11797 by using a microsoft serial mouse
* machine/it8705f: add non-working FDC angelosa2024-03-101-11/+11
|
* machine/it8705f: add UARTs angelosa2024-03-101-18/+19
|
* pc/sis630: initial implementation for IT8705F Super I/O angelosa2024-03-101-26/+50
|
* machine/i82371sb: fix PIC mapping angelosa2024-02-241-1/+3
|
* 8042kbdc: Unbundle keyboard from device and make it optional AJR2023-10-101-0/+6
|
* machine/sis950_lpc.cpp: doesn't have a BIOS anymore [skip ci] angelosa2023-06-281-1/+0
|
* machine/sis950_lpc.cpp: convert to use PS/2 HLE version angelosa2023-06-281-22/+29
|
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-7/+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.
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit ↵ MooglyGuy2023-06-011-7/+7
| | | | function signatures. (#11283) [Ryan Holtz]
* New systems marked not working angelosa2023-05-311-2/+2
| | | | | ------------------------------ pc/sis630.cpp: Polo "Genie", Terminator P-3 "Cusc", V630E Baby AT [The Retro Web]
* srcclean and cleanup in preparation for branching MAME 0.245 Vas Crabb2022-06-261-1/+1
|
* Initial work towards a sis630 based chipset driver (#9635) Angelo Salese2022-05-231-0/+764
- Add more or less complete implementations of sis630_host, sis950_lpc, sis630_gui, sis5513_ide, sis7001_usb, sis7018_audio, sis900_eth devices; - Removed gamecstl.cpp in favour to the new sis630.cpp driver; - i386.cpp: enable CMOV feature for Pentium III and 4; - i386.cpp: add PSN stub feature for Pentium III; New machines marked as NOT_WORKING ---------------------------------- Shuttle MS-11 [Angelo Salese, archive.org]